//
// AccountSettings.swift
// Account
// Created by Brent Simmons on 3/3/19.
// Copyright © 2019 Ranchero Software, LLC. All rights reserved.
import Foundation
final class AccountSettings: Codable {
var name: String?
}