ActivityModel.m 328 B

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