// // LFWMorePicModel.h // YouHuiProject // // Created by 小花 on 2018/1/23. // Copyright © 2018年 kuxuan. All rights reserved. // #import @interface LFWMorePicModel : NSObject @property (nonatomic, strong) NSString *Id; @property (nonatomic, strong) NSString *name; @property (nonatomic, strong) NSString *img; @property (nonatomic, strong) NSString *show_type; //1 - 原生 ; 2 - H5 @property (nonatomic, strong) NSString *url; @end