metatext/Model/ListTimeline.swift

9 lines
172 B
Swift
Raw Normal View History

2020-08-18 05:13:37 +00:00
// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
struct MastodonList: Codable, Hashable, Identifiable {
let id: String
let title: String
}