-
-
Save tilltue/01020136bc5e0aeb48ac4b2a87bb3510 to your computer and use it in GitHub Desktop.
Subscription
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
class TestSubscription: Subscription { | |
func request(_ demand: Subscribers.Demand) { | |
} | |
func cancel() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment