about summary refs log tree commit diff
path: root/ios/app/AppDelegate.h
blob: 5d2808256ca079f1592e258ae13d12d15381f2c5 (plain) (blame)
1
2
3
4
5
6
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>

@interface AppDelegate : RCTAppDelegate

@end