Skip to content

Instantly share code, notes, and snippets.

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