This commit is contained in:
lianxiang
2018-09-20 23:00:59 +08:00
parent 309cae4ab2
commit f2729d343e
45 changed files with 976 additions and 14 deletions
@@ -0,0 +1,17 @@
//
// MaskResultShareViewCell.h
// GIGA
//
// Created by lianxiang on 2018/9/20.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MaskResultShareViewCell : UITableViewCell
@property (nonatomic,strong) UIButton *shareBtn;
-(void)kidTitle:(NSString *)title;
@property (nonatomic,strong) UILabel *candLabe;
@end