mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-06-16 21:21:47 +08:00
Remove invalid references to RKParser
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
The importer requires that the source files have a MIME type that is identifiable by file extension and be
|
||||
parsable using a parser registered with the shared parser registry.
|
||||
|
||||
@see RKParserRegistry
|
||||
@see RKMIMETypeSerialization
|
||||
*/
|
||||
@interface RKManagedObjectImporter : NSObject
|
||||
|
||||
|
||||
@@ -33,8 +33,7 @@ typedef enum {
|
||||
RKRequestUnexpectedResponseError = 3,
|
||||
RKObjectLoaderUnexpectedResponseError = 4,
|
||||
RKRequestConnectionTimeoutError = 5,
|
||||
RKUnsupportedMIMETypeError = 6,
|
||||
RKParserRegistryEmptyDataError = 7
|
||||
RKUnsupportedMIMETypeError = 6
|
||||
} RKRestKitError;
|
||||
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
@param name The name of the resource file.
|
||||
@param extension If extension is an empty string or nil, the extension is assumed not to exist and the file is the first file encountered that exactly matches name.
|
||||
@return A new image object for the specified file, or nil if the method could not initialize the image from the specified file.
|
||||
@see RKParserRegistry
|
||||
@see RKMIMETypeSerialization
|
||||
*/
|
||||
- (id)parsedObjectWithContentsOfResource:(NSString *)name withExtension:(NSString *)extension;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user