Aucune description

AFNetworking-prefix.pch 232B

12345678910111213141516
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #endif
  4. #ifndef TARGET_OS_IOS
  5. #define TARGET_OS_IOS TARGET_OS_IPHONE
  6. #endif
  7. #ifndef TARGET_OS_WATCH
  8. #define TARGET_OS_WATCH 0
  9. #endif
  10. #ifndef TARGET_OS_TV
  11. #define TARGET_OS_TV 0
  12. #endif