Bez popisu

KXNewTeachCollectionViewCell.h 311B

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