AFNetworking-prefix.pch 178 B

123456789101112
  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