12 lines
162 B
Swift
12 lines
162 B
Swift
|
//
|
||
|
// DocumentStore.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by Cirno MainasuK on 2021-1-27.
|
||
|
//
|
||
|
|
||
|
import UIKit
|
||
|
import Combine
|
||
|
|
||
|
class DocumentStore: ObservableObject { }
|