15 lines
306 B
Objective-C
15 lines
306 B
Objective-C
//
|
|
// GIGaMaskShareViewController.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/9/21.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import "GiGaBaseViewController.h"
|
|
|
|
@interface GIGaMaskShareViewController : GiGaBaseViewController
|
|
@property(nonatomic,copy) NSString *maskTimeId;
|
|
|
|
@end
|