Signal-iOS/SignalServiceKit/src/TestUtils/TestAppContext.h
2019-08-29 09:47:52 -06:00

18 lines
232 B
Objective-C

//
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
//
#import "AppContext.h"
NS_ASSUME_NONNULL_BEGIN
#ifdef TESTABLE_BUILD
@interface TestAppContext : NSObject <AppContext>
@end
#endif
NS_ASSUME_NONNULL_END