session-ios/Signal/src/util/MainAppContext.h

14 lines
218 B
C
Raw Normal View History

2017-11-29 20:51:39 +01:00
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import <SignalServiceKit/AppContext.h>
2017-11-30 16:10:30 +01:00
NS_ASSUME_NONNULL_BEGIN
2017-11-29 20:51:39 +01:00
@interface MainAppContext : NSObject <AppContext>
@end
2017-11-30 16:10:30 +01:00
NS_ASSUME_NONNULL_END