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