Przeglądaj źródła

described return nil case in modelContainerPropertyGenericClass doc

Yuri Buyanov 9 lat temu
rodzic
commit
da7ba9ef22
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      YYModel/NSObject+YYModel.h

+ 1 - 1
YYModel/NSObject+YYModel.h

@@ -348,7 +348,7 @@
 
 
  @param dictionary The json/kv dictionary.
  @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;
 + (Class)modelCustomClassForDictionary:(NSDictionary*)dictionary;