forked from zelo72/mastodon-ios
15 lines
155 B
Swift
15 lines
155 B
Swift
|
//
|
||
|
// ViewStateStore.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by Cirno MainasuK on 2021-1-27.
|
||
|
//
|
||
|
|
||
|
import Combine
|
||
|
|
||
|
struct ViewStateStore {
|
||
|
|
||
|
}
|
||
|
|
||
|
enum ViewState { }
|