Reusable

public protocol Reusable

The protocol that defines Unique Object Any object that conforms to this protocol should provide a unique ID By default Reusable has implementation that provides ID as an object name

  • reuseID Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    static var reuseID: String { get }