Skip to content

Instantly share code, notes, and snippets.

@CyrilCermak
Created March 16, 2019 13:41
Show Gist options
  • Save CyrilCermak/c6eb37fce840ca12a64ac8fb2c8227d0 to your computer and use it in GitHub Desktop.
Save CyrilCermak/c6eb37fce840ca12a64ac8fb2c8227d0 to your computer and use it in GitHub Desktop.
protocol LocalizedStringRepresentable {
var text: String { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment