Initial commit

This commit is contained in:
Ryo Aoyama
2019-06-24 12:03:35 +09:00
commit 3e216e1aa4
98 changed files with 12591 additions and 0 deletions
+13
View File
@@ -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)
}
}