Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// GIGA.pch
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/8/13.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef GIGA_pch
|
||||
#define GIGA_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.
|
||||
#import "GIGA.h"
|
||||
|
||||
#ifdef DEBUG
|
||||
#define GILog(fmt,...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
|
||||
#else
|
||||
#define GILog(...)
|
||||
#endif
|
||||
|
||||
#endif /* GIGA_pch */
|
||||
Reference in New Issue
Block a user