CollectionViewCell.h 341 B

12345678910111213141516
  1. //
  2. // CollectionViewCell.h
  3. // 多选图片
  4. //
  5. // Created by holier_zyq on 2016/10/24.
  6. // Copyright © 2016年 holier_zyq. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CollectionViewCell : UICollectionViewCell
  10. @property (nonatomic ,strong) UIImageView *imagev;
  11. @property (nonatomic ,strong) UIButton *deleteButton;
  12. @end