younger_times
2023-05-06 2a8d65d91258689d2f51448517245b247a08a61b
BrokerDriver/Base/BaseViewController.swift
@@ -76,12 +76,6 @@
    }
    func addChildViewController(_ child: UIViewController, toContainerView containerView: UIView) {
        addChild(child)
        containerView.addSubview(child.view)
        child.didMove(toParent: self)
    }
    deinit {
        LogInfo(String(format: "%@ 已释放", NSStringFromClass(self.classForCoder).components(separatedBy: ".").last!))
    }