//
// MastodonLoginServerTableViewCell.swift
// Mastodon
// Created by Nathan Mattes on 11.11.22.
import UIKit
class MastodonLoginServerTableViewCell: UITableViewCell {
static let reuseIdentifier = "MastodonLoginServerTableViewCell"
}