blob: 0e2fa293b5a95ebb41eb282d3320030af87c7a44 [file] [log] [blame] [edit]
#import <UIKit/UIKit.h>
@class CRSessionController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (nonatomic, strong, readonly) CRSessionController *sessionController;
+ (instancetype)sharedAppDelegate;
@end