UNPKG

294 Btext/x-cView Raw
1// Copyright 2018-present 650 Industries. All rights reserved.
2
3#import <Foundation/Foundation.h>
4#import <UIKit/UIKit.h>
5#import <UMCore/UMSingletonModule.h>
6
7NS_ASSUME_NONNULL_BEGIN
8
9@interface EXTaskManagerAppDelegate : UMSingletonModule <UIApplicationDelegate>
10
11@end
12
13NS_ASSUME_NONNULL_END