Skip to content

Instantly share code, notes, and snippets.

@luisburgos
Created December 19, 2017 03:36
Show Gist options
  • Save luisburgos/4f7d721f5bf2557f773549338804662b to your computer and use it in GitHub Desktop.
Save luisburgos/4f7d721f5bf2557f773549338804662b to your computer and use it in GitHub Desktop.
//
// Networking+Keys.swift
// YellowPod
//
// Created by Luis Burgos on 11/26/17.
// Copyright © 2017 YellowPod. All rights reserved.
//
import Foundation
//HERE: Define here all the keys for JSON models
enum Keys: String {
case username = "username"
case password = "password"
case email = "email"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment