mastodon-ios/Mastodon/Scene/Onboarding/Login/MastodonLoginServerTableVie...

13 lines
248 B
Swift

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