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