Skip to content

Instantly share code, notes, and snippets.

@EllinaKuznetcova
Created December 9, 2016 15:25
Show Gist options
  • Save EllinaKuznetcova/b40ff6ae6132e88f769feacb994aa37d to your computer and use it in GitHub Desktop.
Save EllinaKuznetcova/b40ff6ae6132e88f769feacb994aa37d to your computer and use it in GitHub Desktop.
protocol InAppManagerDelegate: class {
func inAppLoadingStarted()
func inAppLoadingSucceded(productType: ProductType)
func inAppLoadingFailed(error: Swift.Error?)
func subscriptionStatusUpdated(value: Bool)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment