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