Açıklama Yok

KXBannerCollectionViewCell.h 296B

1234567891011121314
  1. //
  2. // KXBannerCollectionViewCell.h
  3. // CAISHEN
  4. //
  5. // Created by xiaoxi on 2017/12/5.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KXBannerCollectionViewCell : UICollectionViewCell
  10. - (void)setTitle:(NSString *)title Image:(NSString *)image;
  11. @end