1234567891011121314151617181920212223 |
- //
- // IAPDelegate.hpp
- // TileManor
- //
- // Created by 徐炼新 on 2024/9/30.
- //
- #ifndef IAPDelegate_hpp
- #define IAPDelegate_hpp
- #include "IAPDefine.hpp"
- NS_IAP_BEGIN
- class IAPDelegate {
- public:
-
- };
- NS_IAP_END
- #endif /* IAPDelegate_hpp */
|