15 lines
317 B
Objective-C
15 lines
317 B
Objective-C
//
|
|
// MaskResultMinViewCell.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/9/20.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface MaskResultMinViewCell : UITableViewCell
|
|
-(void)loadMineWith:(NSString *)minute;
|
|
@property (nonatomic,strong) UILabel *timeLabel;
|
|
@end
|