Skip to content

Instantly share code, notes, and snippets.

@dimpiax
Last active April 27, 2020 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimpiax/b6bc88972612cb8c9d45e46576fa5191 to your computer and use it in GitHub Desktop.
Save dimpiax/b6bc88972612cb8c9d45e46576fa5191 to your computer and use it in GitHub Desktop.
class NatureViewController: UIViewController {
@Localized(.natureTitle)
@IBOutlet private var label: UILabel!
@Localized(.saveNatureButton)
@IBOutlet private var button: UIButton!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment