口袋优选

KBMorePicCollectionViewCell.h 367B

12345678910111213141516
  1. //
  2. // KBMorePicCollectionViewCell.h
  3. // YouHuiProject
  4. //
  5. // Created by jcymac on 2018/4/24.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface KBMorePicCollectionViewCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *picImageView;
  11. @property (weak, nonatomic) IBOutlet UILabel *titleLabel;
  12. @end