Files
ghostgram/submodules/Display/Source/WindowInputAccessoryHeightProvider.swift

7 lines
150 B
Swift

import Foundation
import UIKit
public protocol WindowInputAccessoryHeightProvider: AnyObject {
func getWindowInputAccessoryHeight() -> CGFloat
}