Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import UIKit
|
||||
|
||||
extension UITableViewCell {
|
||||
static var name: String {
|
||||
return String(describing: self)
|
||||
}
|
||||
}
|
||||
|
||||
extension UICollectionViewCell {
|
||||
static var name: String {
|
||||
return String(describing: self)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user