Skip to content

Instantly share code, notes, and snippets.

@sergdort
Created June 3, 2017 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergdort/97e1fbcce1d74b72bc852eb0962fb9c0 to your computer and use it in GitHub Desktop.
Save sergdort/97e1fbcce1d74b72bc852eb0962fb9c0 to your computer and use it in GitHub Desktop.
public protocol Disposable {
func dispose()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment