Browse Source

described return nil case in modelContainerPropertyGenericClass doc

Yuri Buyanov 9 years ago
parent
commit
da7ba9ef22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      YYModel/NSObject+YYModel.h

+ 1 - 1
YYModel/NSObject+YYModel.h

@@ -348,7 +348,7 @@
 
  @param dictionary The json/kv dictionary.
  
- @return Class to create from this dictionary
+ @return Class to create from this dictionary, `nil` to use current class.
 
  */
 + (Class)modelCustomClassForDictionary:(NSDictionary*)dictionary;