Eliminate aggregate import of RestKit.h from .NET date formatter and test factory

This commit is contained in:
Blake Watters
2012-09-20 11:59:02 -04:00
parent c88855614e
commit bd4130a546
3 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,6 @@
// Copyright (c) 2009-2012 RestKit. All rights reserved.
//
#import "RestKit.h"
/**
The default filename used for managed object stores created via the factory.

View File

@@ -8,6 +8,9 @@
#import "AFHTTPClient.h"
#import "RKTestFactory.h"
#import "RKLog.h"
#import "RKObjectManager.h"
#import "RKPathUtilities.h"
@interface RKTestFactory ()