ArgoKitIdentifiable

public protocol ArgoKitIdentifiable : AnyObject

A class of types whose instances hold the value of an entity with stable identity.

  • reuseIdentifier Default implementation

    A string used to identify a cell that is reusable.

    Default Implementation

    Declaration

    Swift

    var reuseIdentifier: String { get }