ownCloud iOS library-Prefix.pch 309 B

1234567891011121314151617
  1. //
  2. // Prefix header
  3. //
  4. // The contents of this file are implicitly included at the beginning of every source file.
  5. //
  6. #ifdef __OBJC__
  7. #import <Foundation/Foundation.h>
  8. #endif
  9. #ifndef TARGET_OS_IOS
  10. #define TARGET_OS_IOS TARGET_OS_IPHONE
  11. #endif
  12. #ifndef TARGET_OS_WATCH
  13. #define TARGET_OS_WATCH 0
  14. #endif