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;