Skip to content

Instantly share code, notes, and snippets.

@dimpiax
Last active April 27, 2020 20:38
Show Gist options
  • Save dimpiax/ac60942c16070d7a56b687bf285b1d13 to your computer and use it in GitHub Desktop.
Save dimpiax/ac60942c16070d7a56b687bf285b1d13 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