@@ -30,7 +30,7 @@ open class TSBaseTabViewCell: UITableViewCell {
fatalError("init(coder:) has not been implemented")
}
- public func creatUI(){
+ open func creatUI(){
@@ -290,7 +290,7 @@ public extension UIView {
public extension UIView {
- func removeAllSubviews() {
+ func removeAllSubViews() {
subviews.forEach { subview in
subview.removeFromSuperview()