SuperModel.m 299 B

1234567891011121314151617181920
  1. //
  2. // SuperModel.m
  3. // YDCoolNew
  4. //
  5. // Created by huangxiaodong.xiaoyou on 2018/7/3.
  6. // Copyright © 2018年 huangxiaodong.xiaoyou. All rights reserved.
  7. //
  8. #import "SuperModel.h"
  9. @implementation SuperModel
  10. +(BOOL)propertyIsOptional:(NSString *)propertyName{
  11. return true;
  12. }
  13. @end