Reactnative-notesapp/ios/reactnative_notes/AppDelegate.h
2023-03-05 19:24:34 +08:00

6 lines
98 B
Objective-C

#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : RCTAppDelegate
@end