Geen omschrijving

AppDelegate.h 204B

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