mastodon-app-ufficiale-ipho.../Mastodon/Diffiable/Onboarding/RegisterItem.swift

20 lines
277 B
Swift
Raw Normal View History

2022-01-07 11:49:37 +01:00
//
// RegisterItem.swift
// Mastodon
//
// Created by MainasuK on 2022-1-5.
//
import Foundation
enum RegisterItem: Hashable {
2022-02-15 07:45:34 +01:00
case header(domain: String)
2022-01-07 11:49:37 +01:00
case avatar
case name
case username
case email
case password
case hint
case reason
}