From 945655d9f53293d7da9d2d11363b3230f6e53bbe Mon Sep 17 00:00:00 2001
From: younger_times <841720330@qq.com>
Date: 星期三, 26 四月 2023 18:17:28 +0800
Subject: [PATCH] API 接入

---
 BrokerDriver/Base/BaseViewController.swift |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/BrokerDriver/Base/BaseViewController.swift b/BrokerDriver/Base/BaseViewController.swift
index 16fb1b8..bd7beef 100644
--- a/BrokerDriver/Base/BaseViewController.swift
+++ b/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!))
     }

--
Gitblit v1.7.1