Skip to content

Instantly share code, notes, and snippets.

@EllinaKuznetcova
Created December 9, 2016 15:29
Show Gist options
  • Save EllinaKuznetcova/43db17f8a5f523460407910514eaf194 to your computer and use it in GitHub Desktop.
Save EllinaKuznetcova/43db17f8a5f523460407910514eaf194 to your computer and use it in GitHub Desktop.
var isSubscriptionAvailable: Bool = true
{
didSet(value) {
self.delegate?.subscriptionStatusUpdated(value: value)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment