add README

This commit is contained in:
lianxiang 2019-03-07 22:11:17 +08:00
parent d271543ed5
commit 489ea15862
3 changed files with 28 additions and 0 deletions

13
GiGaMall/GiGaMall.h Normal file
View File

@ -0,0 +1,13 @@
//
// GiGaMall.h
// GiGaMall
//
// Created by lianxiang on 2019/3/7.
// Copyright © 2019年 com.shanghaigigamall.ios. All rights reserved.
//
#ifndef GiGaMall_h
#define GiGaMall_h
#endif /* GiGaMall_h */

15
GiGaMall/GiGaMall.pch Normal file
View File

@ -0,0 +1,15 @@
//
// GiGaMall.pch
// GiGaMall
//
// Created by lianxiang on 2019/3/7.
// Copyright © 2019年 com.shanghaigigamall.ios. All rights reserved.
//
#ifndef GiGaMall_pch
#define GiGaMall_pch
// Include any system framework and library headers here that should be included in all compilation units.
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
#endif /* GiGaMall_pch */

0
README.md Normal file
View File