This commit is contained in:
lianxiang 2018-10-15 10:53:00 +08:00
parent 97af177b88
commit 71f6176cea
6 changed files with 80 additions and 0 deletions

View File

@ -11,6 +11,7 @@
},
{
"idiom" : "universal",
"filename" : "share_minute@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,17 @@
//
// GIGaSharePageViewController.h
// GIGA
//
// Created by lianxiang on 2018/10/12.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface GIGaSharePageViewController : UIViewController
@end
NS_ASSUME_NONNULL_END

View File

@ -0,0 +1,32 @@
//
// GIGaSharePageViewController.m
// GIGA
//
// Created by lianxiang on 2018/10/12.
// Copyright © 2018 com.giga.ios. All rights reserved.
//
#import "GIGaSharePageViewController.h"
@interface GIGaSharePageViewController ()
@end
@implementation GIGaSharePageViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
}
/*
#pragma mark - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/
@end

View File

@ -0,0 +1,17 @@
//
// GiGaLoaclImageModel.h
// GIGA
//
// Created by lianxiang on 2018/10/12.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface GiGaLoaclImageModel : NSObject
@end
NS_ASSUME_NONNULL_END

View File

@ -0,0 +1,13 @@
//
// GiGaLoaclImageModel.m
// GIGA
//
// Created by lianxiang on 2018/10/12.
// Copyright © 2018 com.giga.ios. All rights reserved.
//
#import "GiGaLoaclImageModel.h"
@implementation GiGaLoaclImageModel
@end