mastodon-ios/Mastodon/Diffiable/Onboarding/RegisterItem.swift

20 lines
261 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 {
case header
case avatar
case name
case username
case email
case password
case hint
case reason
}