mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
7 lines
98 B
Objective-C
7 lines
98 B
Objective-C
#import <RCTAppDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : RCTAppDelegate
|
|
|
|
@end
|