import UIKit

public extension UITabBarController {
    var height: CGFloat { tabBar.frame.size.height }
}
