Skip to content

Instantly share code, notes, and snippets.

@popcornomnom
Last active April 13, 2019 18:06
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 popcornomnom/6394e2b2950c2e7e369e18302f2c277a to your computer and use it in GitHub Desktop.
Save popcornomnom/6394e2b2950c2e7e369e18302f2c277a to your computer and use it in GitHub Desktop.
enum InApp: String, LocalizableDelegate {
case title = "inAppTitle"
case subtitle = "inAppSubtitle"
case description = "inAppDescription"
var table: String? {
return "InApps"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment