// // ZBbannerModel.h // ZBProject // // Created by 学丽 on 2019/4/10. // Copyright © 2019 ZB. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ZBbannerModel : NSObject @property (nonatomic, strong) NSString *img; @property (nonatomic, strong) NSString *title; @property (nonatomic, strong) NSString *click_type; @property (nonatomic, strong) NSString *click_param; @property (nonatomic, strong) NSString *type; @end NS_ASSUME_NONNULL_END