新UI马甲包

LDSuperListModel.h 739B

123456789101112131415161718192021222324252627
  1. //
  2. // LDSuperListModel.h
  3. // hc
  4. //
  5. // Created by liuxueli on 2018/12/12.
  6. // Copyright © 2018 hc. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface LDSuperListModel : NSObject
  11. @property (nonatomic, strong) NSString *Id;
  12. @property (nonatomic, strong) NSString *ios_js_string;
  13. @property (nonatomic, strong) NSString *img;
  14. @property (nonatomic, strong) NSString *position;
  15. @property (nonatomic, strong) NSString *show_type;
  16. @property (nonatomic, strong) NSString *type;
  17. @property (nonatomic, strong) NSString *andrio_js_string;
  18. @property (nonatomic, strong) NSString *name;
  19. @property (nonatomic, strong) NSString *url;
  20. @property (nonatomic, strong) NSString *note;
  21. @end
  22. NS_ASSUME_NONNULL_END