説明なし

KXEventCollectionViewCell.h 314B

12345678910111213141516
  1. //
  2. // KXEventCollectionViewCell.h
  3. // CAISHEN
  4. //
  5. // Created by jikaipeng on 2017/8/25.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "KXEventModel.h"
  10. @interface KXEventCollectionViewCell : UICollectionViewCell
  11. @property (nonatomic, strong) KXEventModel *model;
  12. @end