// // PhotoCollectionViewCell.h // BuguLive // // Created by GuoMs on 16/10/12. // Copyright © 2016年 xfg. All rights reserved. // #import @interface PhotoCollectionViewCell : UICollectionViewCell @property (strong, nonatomic) IBOutlet UIImageView *photoIMG; @property (strong, nonatomic) IBOutlet UIImageView *cancelIMG; @end