Skip to content

Commit

Permalink
Rename +modelClassesByPropertyKey to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Mar 29, 2013
1 parent db88192 commit 7dffc39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MTLExtensions/MTLManagedObjectAdapter.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// //
// Entity attributes will be mapped to and from the receiver's properties using // Entity attributes will be mapped to and from the receiver's properties using
// +entityAttributeTransformerForKey:. Entity relationships will be mapped to // +entityAttributeTransformerForKey:. Entity relationships will be mapped to
// and from MTLModel objects using +modelClassesByPropertyKey. Fetched // and from MTLModel objects using +relationshipModelClassesByPropertyKey.
// properties are not supported. // Fetched properties are not supported.
// //
// Subclasses overriding this method should combine their values with those of // Subclasses overriding this method should combine their values with those of
// `super`. // `super`.
Expand Down Expand Up @@ -63,7 +63,7 @@
// //
// Subclasses overriding this method should combine their values with those of // Subclasses overriding this method should combine their values with those of
// `super`. // `super`.
+ (NSDictionary *)modelClassesByPropertyKey; + (NSDictionary *)relationshipModelClassesByPropertyKey;


// Overridden to deserialize a different class instead of the receiver, based on // Overridden to deserialize a different class instead of the receiver, based on
// information in the provided object. // information in the provided object.
Expand Down

0 comments on commit 7dffc39

Please sign in to comment.