18 lines
413 B
Objective-C
18 lines
413 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"
|
|
#import "GiGaLoaclImageModel.h"
|
|
|
|
@interface ShareViewController : GiGaBaseViewController
|
|
@property(nonatomic,strong) GiGaShareModel *model;
|
|
@property(nonatomic,strong) GiGaLoaclImageModel *localModel;
|
|
|
|
@end
|