// // GIGaFeedImagsCollectionCell.h // GIGA // // Created by lianxiang on 2018/9/22. // Copyright © 2018年 com.giga.ios. All rights reserved. // #import @interface GIGaFeedImagsCollectionCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *uploadImageView; @property (weak, nonatomic) IBOutlet UIButton *delecBtn; @property (weak, nonatomic) IBOutlet UIView *holdView; @property (weak, nonatomic) IBOutlet UIImageView *holdImageView; @end