WithdrawListModel.m 343 B

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