13 lines
214 B
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"
|
||
|
}
|