Enumeration
AHCard.​States
public enum States
The state of the card
Relationships
Member Of
AHCard
Enumeration Cases
loading
case loading
error
case error(message: String, tapHandler: () -> Void)
normal
case normal