Browse Source

Merge branch 'main' of http://hubgit.cn/zhouzhenshuai/TSSmalCoacopods

* 'main' of http://hubgit.cn/zhouzhenshuai/TSSmalCoacopods:
  修正集成到 sweeter 上的报错
100Years 2 weeks ago
parent
commit
8c9543d929

+ 1 - 1
TSSmalCoacopods/Classes/BaseClass/TSBaseTabViewCell.swift

@@ -30,7 +30,7 @@ open class TSBaseTabViewCell: UITableViewCell {
         fatalError("init(coder:) has not been implemented")
     }
     
-    public func creatUI(){
+    open func creatUI(){
         
     }
     

+ 1 - 1
TSSmalCoacopods/Classes/Ex/UIView+Ex.swift

@@ -291,7 +291,7 @@ public extension UIView {
 
 
 public extension UIView {
-    func removeAllSubviews() {
+    func removeAllSubViews() {
         subviews.forEach { subview in
             subview.removeFromSuperview()
         }