暫無描述

KXTeachCollectionViewCell.h 309B

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