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

13 lines
248 B
Swift
Raw Normal View History

2022-11-12 23:25:45 +01:00
//
// MastodonLoginServerTableViewCell.swift
// Mastodon
//
// Created by Nathan Mattes on 11.11.22.
//
import UIKit
class MastodonLoginServerTableViewCell: UITableViewCell {
static let reuseIdentifier = "MastodonLoginServerTableViewCell"
}