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