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