Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created November 27, 2017 21:22
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 azamsharp/cc6a4c4cfe3605ff314b80b2a5752440 to your computer and use it in GitHub Desktop.
Save azamsharp/cc6a4c4cfe3605ff314b80b2a5752440 to your computer and use it in GitHub Desktop.
Constants
struct Maximum {
static let allowedCharactersForDescription = 70
}
struct Cells {
static let headline = "HeadlineTableViewCell"
static let source = "SourceTableViewCell"
}
struct SegueIdentifier {
static let showSourceDetails = "SourceDetailsTableViewController"
static let addSource = "AddSourceTableViewController"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment