#import #import #include "../ppsspp_config.h" #if PPSSPP_PLATFORM(IOS_APP_STORE) @interface IAPManager : NSObject + (instancetype)sharedIAPManager; - (void)buyGoldWithRequestID:(int)requestID; - (void)restorePurchasesWithRequestID:(int)requestID; - (BOOL)isGoldUnlocked; - (void)startObserving; - (void)updateIcon:(bool)force; @end #endif