19 lines
390 B
Objective-C
19 lines
390 B
Objective-C
//
|
|
// GIGaSharePageViewController.h
|
|
// GIGA
|
|
//
|
|
// Created by lianxiang on 2018/10/12.
|
|
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
//#import "GiGaShareModel.h"
|
|
@interface GIGaSharePageViewController : UIViewController
|
|
//@property(nonatomic,strong) GiGaShareModel *model;
|
|
|
|
- (instancetype)initWithControllers:(NSArray *)viewControllers;
|
|
|
|
@end
|
|
|
|
|