Skip to content

Instantly share code, notes, and snippets.

@ktustanowski
Created July 31, 2018 21:46
Show Gist options
  • Save ktustanowski/e3c41ff4b0cc9538a2dcfa84726784ce to your computer and use it in GitHub Desktop.
Save ktustanowski/e3c41ff4b0cc9538a2dcfa84726784ce to your computer and use it in GitHub Desktop.
@IBAction func encrypt() {
outputLabel.text = cipher?.encrypt(inputTextView.text)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment