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