younger_times
2023-06-02 f7c1dbfa1cadc0cda74925f4abd4a9de4ef4103f
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!))
    }