2019-03-13 06:40:11 +01:00
|
|
|
//
|
|
|
|
// AccountSettings.swift
|
|
|
|
// Account
|
|
|
|
//
|
|
|
|
// Created by Brent Simmons on 3/3/19.
|
|
|
|
// Copyright © 2019 Ranchero Software, LLC. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
import Foundation
|
|
|
|
|
2019-03-21 06:10:22 +01:00
|
|
|
final class AccountSettings: Codable {
|
|
|
|
|
|
|
|
}
|