GiGaMaskTime/GIGA/Modules/Mask/Controller/ShareViewController.h

16 lines
320 B
Objective-C

//
// ShareViewController.h
// GIGA
//
// Created by lianxiang on 2018/9/21.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import "GiGaBaseViewController.h"
#import "GiGaShareModel.h"
@interface ShareViewController : GiGaBaseViewController
@property(nonatomic,strong) GiGaShareModel *model;
@end