// // IAPDelegate.hpp // TileManor // // Created by 徐炼新 on 2024/9/30. // #ifndef IAPDelegate_hpp #define IAPDelegate_hpp #include class IAPDelegate { public: static IAPDelegate* getInstance(); private: static IAPDelegate* _instance; }; #endif /* IAPDelegate_hpp */