13 lines
210 B
Swift
13 lines
210 B
Swift
|
//
|
||
|
// TableViewCellHeightCacheableContainer.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by MainasuK Cirno on 2021-3-3.
|
||
|
//
|
||
|
|
||
|
import UIKit
|
||
|
|
||
|
protocol TableViewCellHeightCacheableContainer: UIViewController {
|
||
|
// TODO:
|
||
|
}
|