naise-pos-android-mobile/ios/ebogaMerchant/AppDelegate.h
Andi Firwansyah 2acb336744 init
2022-11-27 19:26:04 +07:00

9 lines
196 B
Objective-C

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end