mastodon-ios/Mastodon/Coordinator/Coordinator.swift

8 lines
120 B
Swift

// Copyright © 2023 Mastodon gGmbH. All rights reserved.
import Foundation
protocol Coordinator {
func start()
}