ArgoKitIdentifiable
public protocol ArgoKitIdentifiable : AnyObject
A class of types whose instances hold the value of an entity with stable identity.
-
reuseIdentifierDefault implementationA string used to identify a cell that is reusable.
Default Implementation
Declaration
Swift
var reuseIdentifier: String { get }
ArgoKitIdentifiable Protocol Reference