// // KXEventCollectionViewCell.h // CAISHEN // // Created by jikaipeng on 2017/8/25. // Copyright © 2017年 kuxuan. All rights reserved. // #import #import "KXEventModel.h" @interface KXEventCollectionViewCell : UICollectionViewCell @property (nonatomic, strong) KXEventModel *model; @end