import Foundation import UIKit class CellCtruong: BaseTableViewCellUI { override func configCellWithData(baseObj: Any, index: Int) { super.configCellWithData(baseObj: baseObj, index: index) } }