mirror of
https://github.com/status-im/keycard-exit.git
synced 2025-02-16 04:38:18 +00:00
7 lines
98 B
C
7 lines
98 B
C
|
#import <RCTAppDelegate.h>
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface AppDelegate : RCTAppDelegate
|
||
|
|
||
|
@end
|