mastodon-ios/Mastodon/Protocol/NamingState.swift

13 lines
156 B
Swift

//
// NamingState.swift
// Mastodon
//
// Created by MainasuK on 2022-1-17.
//
import Foundation
protocol NamingState {
var name: String { get }
}