mirror of
https://github.com/tooot-app/app
synced 2025-04-16 11:17:29 +02:00
11 lines
285 B
Objective-C
11 lines
285 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <EXUpdates/EXUpdatesAppController.h>
|
|
#import <React/RCTBridgeDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <UMCore/UMAppDelegateWrapper.h>
|
|
|
|
@interface AppDelegate : UMAppDelegateWrapper <RCTBridgeDelegate, EXUpdatesAppControllerDelegate>
|
|
|
|
@end
|