Skip to content
Snippets Groups Projects
BLAppDelegate.h 220 B
Newer Older
  • Learn to ignore specific revisions
  • EthanRDoesMC's avatar
    EthanRDoesMC committed
    #import <UIKit/UIKit.h>
    
    
    @interface BLAppDelegate : UIResponder <UIApplicationDelegate>
    
    @property (nonatomic, strong) UIWindow *window;
    @property (nonatomic, strong) UINavigationController *rootViewController;
    
    
    
    @end