瀏覽代碼

described return nil case in modelContainerPropertyGenericClass doc

Yuri Buyanov 9 年之前
父節點
當前提交
da7ba9ef22
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;