Created
November 27, 2017 21:22
-
-
Save azamsharp/cc6a4c4cfe3605ff314b80b2a5752440 to your computer and use it in GitHub Desktop.
Constants
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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