mastodon-app-ufficiale-ipho.../Mastodon/Protocol/ContentOffsetAdjustableTime...

14 lines
263 B
Swift
Raw Normal View History

//
// ContentOffsetAdjustableTimelineViewControllerDelegate.swift
// Mastodon
//
// Created by sxiaojian on 2021/2/5.
//
import UIKit
protocol ContentOffsetAdjustableTimelineViewControllerDelegate: AnyObject {
func navigationBar() -> UINavigationBar?
}