AppDelegate.h 97 B

123456
  1. #import <RCTAppDelegate.h>
  2. #import <UIKit/UIKit.h>
  3. @interface AppDelegate : RCTAppDelegate
  4. @end