mirror of
https://github.com/tooot-app/app
synced 2025-04-14 18:32:01 +02:00
10 lines
190 B
Objective-C
10 lines
190 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <React/RCTBridgeDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <Expo/Expo.h>
|
|
|
|
@interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>
|
|
|
|
@end
|