Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created January 18, 2018 12:54
Show Gist options
  • Save agoiabel/144a287eddbe997745017858f4e70261 to your computer and use it in GitHub Desktop.
Save agoiabel/144a287eddbe997745017858f4e70261 to your computer and use it in GitHub Desktop.
protocol FullNameable {
var fullName: String { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment