DK
Size: a a a
N
з
DK
N
DK
EM
extension UITableView {
func test_dequeueReusableCell(_ cellType: (UITableViewCell & Reusable).Type) -> (UITableViewCell & Reusable)? {
return dequeueReusableCell(withIdentifier: cellType.reuseIdentifier) as? (UITableViewCell & Reusable)
}
func test_dequeueReusableCell<C: UITableViewCell>(_ cellType: C.Type) -> C? where C: Reusable {
return dequeueReusableCell(withIdentifier: C.reuseIdentifier) as? C
}
}
РЛ
РЛ
РЛ
РЛ
AT
MG
РЛ
СТ
AK
AK
S
AK