Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

AppDelegate.h 190B

123456789
  1. #import <Foundation/Foundation.h>
  2. #import <React/RCTBridgeDelegate.h>
  3. #import <UIKit/UIKit.h>
  4. #import <Expo/Expo.h>
  5. @interface AppDelegate : EXAppDelegateWrapper <RCTBridgeDelegate>
  6. @end