GiGaMaskTime/GIGA/Modules/Me/View/FeedViews/GIGaFeedImagsCollectionCell.h

18 lines
489 B
Objective-C

//
// GIGaFeedImagsCollectionCell.h
// GIGA
//
// Created by lianxiang on 2018/9/22.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
@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