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