naise-pos-android-mobile/ios/ebogaMerchant/AppDelegate.h

9 lines
196 B
C
Raw Permalink Normal View History

2022-11-27 19:26:04 +07:00
#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end