Add RK prefix to module header files to disambiguate on import from CocoaPods

This commit is contained in:
Blake Watters
2012-08-28 20:57:22 -04:00
parent 9f825d7394
commit fe3b710e9a
11 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
// limitations under the License.
//
#import "Network.h"
#import "RKNetwork.h"
#import "RKRouter.h"
#import "RKObjectPaginator.h"
#import "RKMacros.h"

View File

@@ -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";

View File

@@ -25,7 +25,7 @@
#import "RKMappingResult.h"
#import "RKMappingOperationDataSource.h"
#import "RKErrors.h"
#import "Support.h"
#import "RKSupport.h"
@protocol RKObjectMapperDelegate;

View File

@@ -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

View File

@@ -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.

View File

@@ -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>