mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
11 lines
147 B
Swift
11 lines
147 B
Swift
//
|
|
// PollTableView.swift
|
|
// Mastodon
|
|
//
|
|
// Created by MainasuK Cirno on 2021-3-3.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
final class PollTableView: UITableView { }
|