mastodon-ios/Mastodon/Scene/Onboarding/Privacy/PrivacyTableViewCell.swift

13 lines
214 B
Swift

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