IAPManager.h 726 B

12345678910111213141516
  1. /******************************************************************************/
  2. #if APPLE
  3. /******************************************************************************/
  4. @interface IAPManager : NSObject<SKProductsRequestDelegate, SKPaymentTransactionObserver>
  5. {
  6. }
  7. @end
  8. /******************************************************************************/
  9. namespace EE{
  10. /******************************************************************************/
  11. extern IAPManager *IAPMgr;
  12. /******************************************************************************/
  13. }
  14. /******************************************************************************/
  15. #endif
  16. /******************************************************************************/