session-ios/Signal/src/AppDelegate.h

12 lines
241 B
Objective-C

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