口袋优选

NY_SelectCollectionViewCell.h 368B

12345678910111213141516
  1. //
  2. // NY_SelectCollectionViewCell.h
  3. // 中安生态商城
  4. //
  5. // Created by LanSha on 2017/7/25.
  6. // Copyright © 2017年 王鑫年. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NY_SelectCollectionViewCell : UICollectionViewCell
  10. @property (weak, nonatomic) IBOutlet UIButton *Btn;
  11. @property (weak, nonatomic) IBOutlet UIImageView *selectImage;
  12. @end