Skip to content
Snippets Groups Projects
BLAppDelegate.h 302 B
#import <UIKit/UIKit.h>
#import "BLMautrixTask.h"

@interface BLAppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic, strong) UIWindow *window;
@property (nonatomic, strong) UINavigationController *rootViewController;
@property (nonatomic, strong) BLMautrixTask *mautrixTask;


@end