import Foundation
import UIKit

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