mirror of
https://github.com/abhay-raizada/PeerScribe.git
synced 2026-04-27 00:34:03 +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
|