Skip to content

Instantly share code, notes, and snippets.

@cafielo
Created March 12, 2018 16:48
Show Gist options
  • Save cafielo/6e6a04fb0bbdecd0b59d82d37d707e95 to your computer and use it in GitHub Desktop.
Save cafielo/6e6a04fb0bbdecd0b59d82d37d707e95 to your computer and use it in GitHub Desktop.
protocol Expandable: class {
var isExpanded: Bool { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment