mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-06 08:53:25 +08:00
Drop instancetype from init methods since the compiler will infer it
This commit is contained in:
@@ -35,6 +35,6 @@
|
||||
@param managedObjectContext The managed object context with which to initialize the receiver.
|
||||
@return The receiver, initialized with the given managed object context.
|
||||
*/
|
||||
- (instancetype)initWithManagedObjectContext:(NSManagedObjectContext *)managedObjectContext;
|
||||
- (id)initWithManagedObjectContext:(NSManagedObjectContext *)managedObjectContext;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user