mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 04:20:21 +08:00
Add RK prefix to module header files to disambiguate on import from CocoaPods
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#import "Network.h"
|
||||
#import "RKNetwork.h"
|
||||
#import "RKRouter.h"
|
||||
#import "RKObjectPaginator.h"
|
||||
#import "RKMacros.h"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#import "RKObjectManager.h"
|
||||
#import "RKObjectSerializer.h"
|
||||
#import "RKManagedObjectStore.h"
|
||||
#import "Support.h"
|
||||
#import "RKSupport.h"
|
||||
|
||||
NSString * const RKObjectManagerDidBecomeOfflineNotification = @"RKDidEnterOfflineModeNotification";
|
||||
NSString * const RKObjectManagerDidBecomeOnlineNotification = @"RKDidEnterOnlineModeNotification";
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#import "RKMappingResult.h"
|
||||
#import "RKMappingOperationDataSource.h"
|
||||
#import "RKErrors.h"
|
||||
#import "Support.h"
|
||||
#import "RKSupport.h"
|
||||
|
||||
@protocol RKObjectMapperDelegate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user