Swiftgram/submodules/Display/Source/WindowInputAccessoryHeightProvider.swift
2021-08-04 01:30:57 +02:00

7 lines
150 B
Swift

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