Created
December 19, 2017 03:36
-
-
Save luisburgos/4f7d721f5bf2557f773549338804662b to your computer and use it in GitHub Desktop.
This file contains 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
// | |
// 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