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

@@ -19,7 +19,7 @@
//
#import "RKDotNetDateFormatter.h"
#import "RestKit.h"
#import "RKLog.h"
static BOOL RKDotNetDateFormatterIsValidRange(NSRange rangeOfMatch);
static NSTimeInterval RKDotNetDateFormatterSecondsFromMilliseconds(NSTimeInterval millisecs);