更新UI
This commit is contained in:
22
keyBoard/Class/Vender/FGIAPService/FGIAPServiceUtility.h
Normal file
22
keyBoard/Class/Vender/FGIAPService/FGIAPServiceUtility.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// FGIAPServiceUtility.h
|
||||
// Pods
|
||||
//
|
||||
// Created by FoneG on 2021/5/10.
|
||||
//
|
||||
|
||||
#ifndef FGIAPServiceUtility_h
|
||||
#define FGIAPServiceUtility_h
|
||||
|
||||
#define FGDEBUG
|
||||
|
||||
#if defined (FGDEBUG) && defined (DEBUG)
|
||||
#define FGLog(...) NSLog(__VA_ARGS__)
|
||||
#else
|
||||
#define FGLog(...)
|
||||
#endif
|
||||
|
||||
#define WS(wSelf) __weak typeof(self) wSelf = self
|
||||
#define FGIAPServerOverdueErrorCode 11000007 //预留code:订单提交无效,需要删除本地的订单
|
||||
|
||||
#endif /* FGIAPServiceUtility_h */
|
||||
Reference in New Issue
Block a user