Initial Commit

This commit is contained in:
Xiang Lian
2018-08-13 13:59:33 +08:00
commit d98e20881f
18 changed files with 1054 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// GIGA
//
// Created by lianxiang on 2018/8/13.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end