1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2024-12-11 08:06:23 +01:00
mastodon-app-ufficiale-ipho.../MastodonSDK/Sources/MastodonUI/UserIdentifier.swift

15 lines
233 B
Swift
Raw Normal View History

//
// UserIdentifier.swift
//
//
// Created by MainasuK on 2022-1-12.
//
import Foundation
import MastodonSDK
public protocol UserIdentifier {
var domain: String { get }
var userID: Mastodon.Entity.Account.ID { get }
}