Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

AppDelegate.h 196 B

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