Geen omschrijving

AFNetworking-prefix.pch 379B

123456789101112131415161718192021222324
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #ifndef TARGET_OS_IOS
  13. #define TARGET_OS_IOS TARGET_OS_IPHONE
  14. #endif
  15. #ifndef TARGET_OS_WATCH
  16. #define TARGET_OS_WATCH 0
  17. #endif
  18. #ifndef TARGET_OS_TV
  19. #define TARGET_OS_TV 0
  20. #endif