session-ios/Signal/src/AppDelegate.h

9 lines
167 B
C
Raw Normal View History

2014-05-06 19:41:08 +02:00
#import <UIKit/UIKit.h>
#import "FutureSource.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end