Constants.swift 250 Bytes
//
// Created by Philip Tran on 3/4/17.
//

import Foundation

struct Constants {

    struct PreferenceKeys {
        static let ID = "ID";
    }

    struct PathManager{
        static let ROOT_SERVER = "https://api-morooka.herokuapp.com/"
    }
}