Created
June 3, 2017 16:39
-
-
Save sergdort/97e1fbcce1d74b72bc852eb0962fb9c0 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
public protocol Disposable { | |
func dispose() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment