1 #import <RCTAppDelegate.h>
2 #import <UIKit/UIKit.h>
3 #import <Expo/Expo.h>
4 
5 @interface AppDelegate : EXAppDelegateWrapper
6 
7 @end
8