mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
14 lines
259 B
Swift
14 lines
259 B
Swift
//
|
|
// ContentOffsetAdjustableTimelineViewControllerDelegate.swift
|
|
// Mastodon
|
|
//
|
|
// Created by sxiaojian on 2021/2/5.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
protocol ContentOffsetAdjustableTimelineViewControllerDelegate: class {
|
|
func navigationBar() -> UINavigationBar?
|
|
}
|
|
|