GiGaMaskTime/GIGA/Modules/Mask/View/MaskSharesViews/MaskShareBoootomViewCell.h

16 lines
300 B
Objective-C

//
// MaskShareBoootomViewCell.h
// GIGA
//
// Created by lianxiang on 2018/9/21.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MaskShareBoootomViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *codeImageVIew;
@end