Commit 784d05d6 by Brent Gulanowski

Remove unneeded method from BUYObject protocol.

Add class declaration.
parent 2742f8e0
......@@ -26,6 +26,8 @@
#import <Foundation/Foundation.h>
@class NSEntityDescription;
@protocol BUYModelManager;
/**
......@@ -72,11 +74,6 @@
*/
+ (BOOL)tracksDirtyProperties;
/**
* Use the values in the given dictionary to update properties.
*/
- (void)updateWithJSONDictionary:(NSDictionary *)dictionary;
@optional
- (instancetype)initWithModelManager:(id<BUYModelManager>)modelManager JSONDictionary:(NSDictionary *)dictionary;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment