IAPDelegate.hpp 251 B

1234567891011121314151617181920212223
  1. //
  2. // IAPDelegate.hpp
  3. // TileManor
  4. //
  5. // Created by 徐炼新 on 2024/9/30.
  6. //
  7. #ifndef IAPDelegate_hpp
  8. #define IAPDelegate_hpp
  9. #include "IAPDefine.hpp"
  10. NS_IAP_BEGIN
  11. class IAPDelegate {
  12. public:
  13. };
  14. NS_IAP_END
  15. #endif /* IAPDelegate_hpp */