session-ios/Session/Meta/MainAppContext.h

18 lines
315 B
C
Raw Normal View History

2017-11-29 20:51:39 +01:00
//
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
2017-11-29 20:51:39 +01:00
//
2020-11-20 04:04:56 +01:00
#import <SessionUtilitiesKit/AppContext.h>
2017-11-29 20:51:39 +01:00
2017-11-30 16:10:30 +01:00
NS_ASSUME_NONNULL_BEGIN
extern NSString *const ReportedApplicationStateDidChangeNotification;
2017-11-29 20:51:39 +01:00
@interface MainAppContext : NSObject <AppContext>
- (instancetype)init;
2017-11-29 20:51:39 +01:00
@end
2017-11-30 16:10:30 +01:00
NS_ASSUME_NONNULL_END