mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +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;
|
||||
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#import "Network.h"
|
||||
#import "Support.h"
|
||||
#import "RKNetwork.h"
|
||||
#import "RKSupport.h"
|
||||
#import "ObjectMapping.h"
|
||||
#import "CoreData.h"
|
||||
#import "RKCoreData.h"
|
||||
|
||||
/**
|
||||
Set the App logging component. This header
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// Copyright (c) 2009-2012 RestKit. All rights reserved.
|
||||
//
|
||||
|
||||
#import <RestKit/RestKit.h>
|
||||
#import "RestKit.h"
|
||||
|
||||
/**
|
||||
The default filename used for managed object stores created via the factory.
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#import <OCHamcrestIOS/OCHamcrestIOS.h>
|
||||
#import <SenTestingKit/SenTestingKit.h>
|
||||
|
||||
#import <RestKit/RestKit.h>
|
||||
#import "RestKit.h"
|
||||
#import <RestKit/Testing.h>
|
||||
#import <RestKit/RKManagedObjectStore.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user