PingLunModel.m 326 B

12345678910111213141516171819
  1. //
  2. // PingLunModel.m
  3. // 千模
  4. //
  5. // Created by MUMEI on 2018/6/30.
  6. // Copyright © 2018年 MUMEI. All rights reserved.
  7. //
  8. #import "PingLunModel.h"
  9. @implementation PingLunModel
  10. - (void)setValue:(id)value forUndefinedKey:(NSString *)key
  11. {
  12. }
  13. +(BOOL)propertyIsOptional:(NSString *)propertyName{
  14. return YES;
  15. }
  16. @end