Nenhuma Descrição

LFWMorePicCollectionModel.h 493B

1234567891011121314151617181920
  1. //
  2. // LFWMorePicCollectionModel.h
  3. // YouHuiProject
  4. //
  5. // Created by jcymac on 2018/4/25.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface LFWMorePicCollectionModel : NSObject
  10. @property (nonatomic, strong) NSString *Id;
  11. @property (nonatomic, strong) NSString *name;
  12. @property (nonatomic, strong) NSString *img;
  13. @property (nonatomic, strong) NSString *show_type; //1 - 原生 ; 2 - H5
  14. @property (nonatomic, strong) NSString *url;
  15. @end