Skip to content

Instantly share code, notes, and snippets.

@pangers
Last active December 28, 2016 08:25
Show Gist options
  • Save pangers/e521fe4dffcbbc29e07326a101699a2f to your computer and use it in GitHub Desktop.
Save pangers/e521fe4dffcbbc29e07326a101699a2f to your computer and use it in GitHub Desktop.
protocol KeyboardAvoidable: class {
var keyboardOpen: Bool { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment