Created
December 9, 2016 15:38
-
-
Save EllinaKuznetcova/04355af9e9b5d19863eb516ca1d37a19 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension InAppManager: SKProductsRequestDelegate { | |
func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse) { | |
self.products = response.products | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment