// // NewRollButtonCell.h // MingMen // // Created by 肖雨 on 2017/5/14. // Copyright © 2017年 肖雨. All rights reserved. // #import #import "NewRollButton.h" #import "ZQHomeModel.h" @interface NewRollButtonCell : UICollectionViewCell @property(strong,nonatomic) UIImageView *img; @property(strong,nonatomic) UILabel *tilte; - (void)assignment:(ZQHomeModel *)model type:(NewRollButtonType)type; @end