JLSelectModel.m 370 B

123456789101112131415161718
  1. //
  2. // JLSelectModel.m
  3. // OnlyViewControllerLink
  4. //
  5. // Created by JayLuo on 2020/4/27.
  6. // Copyright © 2020 朱伟阁. All rights reserved.
  7. //
  8. #import "JLSelectModel.h"
  9. @implementation JLSelectItemModel
  10. -(void)setValue:(id)value forUndefinedKey:(NSString *)key{}
  11. @end
  12. @implementation JLSelectModel
  13. -(void)setValue:(id)value forUndefinedKey:(NSString *)key{}
  14. @end