metatext/Mastodon/Sources/Mastodon/Entities/Application.swift
Justin Mazzocchi 9b59e2fbea
wip
2020-08-30 16:33:32 -07:00

9 lines
183 B
Swift

// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
public struct Application: Codable, Hashable {
public let name: String
public let website: String?
}