| 123456789101112131415161718192021222324252627 |
- //
- // Prefix header
- //
- // The contents of this file are implicitly included at the beginning of every source file.
- //
- #import <Availability.h>
- #ifndef __IPHONE_5_0
- #warning "This project uses features only available in iOS SDK 5.0 and later."
- #endif
- #pragma clang diagnostic ignored "-Wmissing-selector-name"
- #pragma clang diagnostic ignored "-Wunused-variable"
- #pragma clang diagnostic ignored "-Wdeprecated-declarations"
- #pragma clang diagnostic ignored "-Warc-performSelector-leaks"
- #pragma clang diagnostic ignored"-Wunused-function"
- #ifdef __OBJC__
- #import <UIKit/UIKit.h>
- #import <Foundation/Foundation.h>
- #import "ArgumentSetting.h"
- #import <CoreData/CoreData.h>
- #import "DKModel.h"
- #import "RequestResultModel.h"
- #endif
|