Add global __RESTKIT__ define for aiding conditional compilation

This commit is contained in:
Blake Watters
2012-10-19 15:39:52 -04:00
parent 316d2c1316
commit 7d0c8651ff

View File

@@ -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_ */