session-ios/Signal/src/AppDelegate.h

14 lines
348 B
Objective-C

#import <UIKit/UIKit.h>
#import "SignalsViewController.h"
extern NSString *const AppDelegateStoryboardMain;
extern NSString *const AppDelegateStoryboardRegistration;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) SignalsViewController *signalVC;
@end