Skip to content

Instantly share code, notes, and snippets.

@EllinaKuznetcova
Created December 9, 2016 15:36
Show Gist options
  • Save EllinaKuznetcova/71a27b105c85a279f19c4da2c471d56d to your computer and use it in GitHub Desktop.
Save EllinaKuznetcova/71a27b105c85a279f19c4da2c471d56d to your computer and use it in GitHub Desktop.
class InAppManager: NSObject {
static let shared = InAppManager()
}
extension InAppManager: SKPaymentTransactionObserver {}
extension InAppManager: SKProductsRequestDelegate {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment