//
// RegisterSection.swift
// Mastodon
// Created by MainasuK on 2022-1-5.
import UIKit
enum RegisterSection: Hashable {
case main
}