Hi,
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 }
}
Do you have any hint of how overcame this issue?
Thanks,
Matteo