mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Add global __RESTKIT__ define for aiding conditional compilation
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#ifndef _RESTKIT_
|
||||
#define _RESTKIT_
|
||||
|
||||
#import "ObjectMapping.h"
|
||||
#import "Network.h"
|
||||
#import "Support.h"
|
||||
@@ -32,3 +35,5 @@
|
||||
*/
|
||||
#undef RKLogComponent
|
||||
#define RKLogComponent RKlcl_cApp
|
||||
|
||||
#endif /* _RESTKIT_ */
|
||||
|
||||
Reference in New Issue
Block a user