Signal-iOS/SignalServiceKit/src/TestUtils/TestAppContext.h
2021-06-07 11:11:30 -04:00

20 lines
321 B
Objective-C

//
// Copyright (c) 2021 Open Whisper Systems. All rights reserved.
//
#import <SignalServiceKit/AppContext.h>
NS_ASSUME_NONNULL_BEGIN
#ifdef TESTABLE_BUILD
@interface TestAppContext : NSObject <AppContext>
@property (nonatomic, readonly, class) NSString *testDebugLogsDirPath;
@end
#endif
NS_ASSUME_NONNULL_END