// // IHRoomHistoryToolBar.swift // Inhealth // // Created by weclouds on 2019/12/17. // Copyright © 2019 weclouds. All rights reserved. // import UIKit protocol IHRoomHistoryToolBarDelegate : NSObjectProtocol { func roomHistorydidSelectedLeftBarItem(at index:Int) func roomHistorydidSelectedRightBarItem(at index:Int) } class IHRoomHistoryToolBar: UIView { var currentDateType:Int? = 0{ didSet{ if let dateType = self.currentDateType { for i in 0..