Blame view
App/listCtruong/CellCtruong.swift
212 Bytes
|
d774f0637
|
1 2 3 4 5 6 7 8 9 |
import Foundation
import UIKit
class CellCtruong: BaseTableViewCellUI {
override func configCellWithData(baseObj: Any, index: Int) {
super.configCellWithData(baseObj: baseObj, index: index)
}
}
|