Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:39
Show Gist options
  • Save IsaAliev/b550f5dc5cb673094ff0b8070d0e84b3 to your computer and use it in GitHub Desktop.
Save IsaAliev/b550f5dc5cb673094ff0b8070d0e84b3 to your computer and use it in GitHub Desktop.
import Foundation
enum GitHubNestedModelGetter: String, NestedModelGetter {
case usersLocation = "location"
var keyPath: String {
return self.rawValue
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment