session-ios/Signal/src/AppDelegate.h

16 lines
293 B
C
Raw Normal View History

//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
2014-05-06 19:41:08 +02:00
#import <UIKit/UIKit.h>
2017-09-06 19:59:39 +02:00
#import "HomeViewController.h"
2014-10-29 21:58:58 +01:00
extern NSString *const AppDelegateStoryboardMain;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
2014-05-06 19:41:08 +02:00
@property (atomic) BOOL isEnvironmentSetup;
2014-10-29 21:58:58 +01:00
2014-05-06 19:41:08 +02:00
@end