mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-14 20:03:07 +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
|