123456789101112131415161718 |
- //
- // KXNewTeachCollectionViewCell.h
- // CAISHEN
- //
- // Created by 小花 on 2017/11/8.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface KXNewTeachCollectionViewCell : UICollectionViewCell
- - (void)setTitle:(NSString *)title andImage:(NSString *)imageName;
- @end
|