You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2020. It is now read-only.
I love your library and I want to integrate it in an Enterprise app I working on, to refactor some functionalities.
Unfortunately there is a conflict with the library https://github.com/AliSoftware/Reusable
It seems that the issue is on the reauseidentifier property of the protocol:
public protocol CellProtocol: class {
static var reuseIdentifier: String { get }
static var registerAsClass: Bool { get }
}