fix
This commit is contained in:
parent
f319915a06
commit
19ae34f2f0
|
|
@ -104,7 +104,7 @@ public protocol ConfigurableCell {
|
|||
func configureWithItem(item: Item)
|
||||
}
|
||||
|
||||
extension ConfigurableCell where Self: UITableViewCell {
|
||||
public extension ConfigurableCell where Self: UITableViewCell {
|
||||
|
||||
static func reusableIdentifier() -> String {
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue