Skip to content
Snippets Groups Projects
BLAppDelegate.h 302 B
Newer Older
EthanRDoesMC's avatar
EthanRDoesMC committed
#import <UIKit/UIKit.h>
EthanRDoesMC's avatar
EthanRDoesMC committed
#import "BLMautrixTask.h"
EthanRDoesMC's avatar
EthanRDoesMC committed

@interface BLAppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic, strong) UIWindow *window;
@property (nonatomic, strong) UINavigationController *rootViewController;
EthanRDoesMC's avatar
EthanRDoesMC committed
@property (nonatomic, strong) BLMautrixTask *mautrixTask;
EthanRDoesMC's avatar
EthanRDoesMC committed


@end