mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-01 22:42:51 +08:00
22 lines
517 B
Objective-C
22 lines
517 B
Objective-C
//
|
|
// RestKit.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 2/19/10.
|
|
// Copyright 2010 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import "Network/Network.h"
|
|
#import "Support/Support.h"
|
|
#import "ObjectMapping/ObjectMapping.h"
|
|
|
|
/**
|
|
Set the App logging component. This header
|
|
file is generally only imported by apps that
|
|
are pulling in all of RestKit. By setting the
|
|
log component to App here, we allow the app developer
|
|
to use RKLog() in their own app.
|
|
*/
|
|
#undef RKLogComponent
|
|
#define RKLogComponent lcl_cApp
|