Fix warning when compiling the seeder

This commit is contained in:
Blake Watters
2010-10-01 14:49:05 -04:00
parent 7222d42b49
commit 46e2308ed1

View File

@@ -113,4 +113,9 @@ typedef enum {
*/
- (NSArray*)mapObjectsFromArrayOfDictionaries:(NSArray*)array toClass:(Class)class;
/**
* Parse a string using the appropriate parser and return the results
*/
- (id)parseString:(NSString*)string;
@end