1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

7 lines
98 B
C
Raw Normal View History

2023-01-26 22:23:37 +08:00
#import <RCTAppDelegate.h>
2016-02-23 19:51:58 +08:00
#import <UIKit/UIKit.h>
2023-01-26 22:23:37 +08:00
@interface AppDelegate : RCTAppDelegate
2016-02-23 19:51:58 +08:00
2023-02-19 18:20:21 +08:00
@end