forked from zelo72/mastodon-ios
11 lines
163 B
Swift
11 lines
163 B
Swift
|
//
|
||
|
// AutoGenerateTableViewDelegate.swift
|
||
|
// Mastodon
|
||
|
//
|
||
|
// Created by MainasuK on 2022-1-13.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
protocol AutoGenerateTableViewDelegate { }
|