mastodon-ios/Mastodon/State/DocumentStore.swift

12 lines
162 B
Swift
Raw Normal View History

2021-01-27 07:50:13 +01:00
//
// DocumentStore.swift
// Mastodon
//
// Created by Cirno MainasuK on 2021-1-27.
//
import UIKit
import Combine
class DocumentStore: ObservableObject { }