Commit 784d05d6 by Brent Gulanowski

Remove unneeded method from BUYObject protocol.

Add class declaration.
parent 2742f8e0
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
@class NSEntityDescription;
@protocol BUYModelManager; @protocol BUYModelManager;
/** /**
...@@ -72,11 +74,6 @@ ...@@ -72,11 +74,6 @@
*/ */
+ (BOOL)tracksDirtyProperties; + (BOOL)tracksDirtyProperties;
/**
* Use the values in the given dictionary to update properties.
*/
- (void)updateWithJSONDictionary:(NSDictionary *)dictionary;
@optional @optional
- (instancetype)initWithModelManager:(id<BUYModelManager>)modelManager JSONDictionary:(NSDictionary *)dictionary; - (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