#import <UIKit/UIKit.h> @interface BLAppDelegate : UIResponder <UIApplicationDelegate> @property (nonatomic, strong) UIWindow *window; @property (nonatomic, strong) UINavigationController *rootViewController; @end