IBOSSmini-Prefix.pch 751 B

123456789101112131415161718192021222324252627
  1. //
  2. // Prefix header
  3. //
  4. // The contents of this file are implicitly included at the beginning of every source file.
  5. //
  6. #import <Availability.h>
  7. #ifndef __IPHONE_5_0
  8. #warning "This project uses features only available in iOS SDK 5.0 and later."
  9. #endif
  10. #pragma clang diagnostic ignored "-Wmissing-selector-name"
  11. #pragma clang diagnostic ignored "-Wunused-variable"
  12. #pragma clang diagnostic ignored "-Wdeprecated-declarations"
  13. #pragma clang diagnostic ignored "-Warc-performSelector-leaks"
  14. #pragma clang diagnostic ignored"-Wunused-function"
  15. #ifdef __OBJC__
  16. #import <UIKit/UIKit.h>
  17. #import <Foundation/Foundation.h>
  18. #import "ArgumentSetting.h"
  19. #import <CoreData/CoreData.h>
  20. #import "DKModel.h"
  21. #import "RequestResultModel.h"
  22. #endif