Files
socket.io/examples/ReactNativeExample/ios/ReactNativeExample/AppDelegate.h
2024-04-05 19:19:39 +02:00

7 lines
98 B
Objective-C

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