// // IHActivityHistoryVCtr.swift // Inhealth // // Created by weclouds on 2019/12/19. // Copyright © 2019 weclouds. All rights reserved. // import UIKit class IHActivityHistoryVCtr: UIViewController { let manager = IHActivityHistoryManager() override func viewDidLoad() { super.viewDidLoad() view.backgroundColor = .white manager.bindController(self) } }