session-ios/Signal/src/AppDelegate.h
2015-01-04 11:28:38 +01:00

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