1234567891011121314 |
- //
- // KXTeachCollectionViewCell.h
- // CAISHEN
- //
- // Created by kuxuan on 2017/11/1.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "KXNewsModel.h"
- @interface KXTeachCollectionViewCell : UICollectionViewCell
- @property (nonatomic,strong)KXNewsModel *newsModel;
- @end
|