aboutsummaryrefslogtreecommitdiffstats
path: root/ios/10lesson/AppDelegate.h
blob: f7d297204257d103e1f4ffe35a5a8256868a78fd (plain) (blame)
1
2
3
4
5
6
7
8
9
#import <Foundation/Foundation.h>
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>

#import <Expo/Expo.h>

@interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>

@end