#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