Protocols
The following protocols are available globally.
-
A class of types whose instances hold the value of an entity with stable identity.
See moreDeclaration
Swift
public protocol ArgoKitIdentifiable : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol ViewModelProtocol : ArgoKitIdentifiable
-
A type that represents part of your app’s user interface and provides modifiers that you use to configure views.
See moreDeclaration
Swift
public protocol View
-
Undocumented
See moreDeclaration
Swift
public protocol ProgressViewStyle
-
The base protocol for concrete gesture recognizers.
See moreDeclaration
Swift
public protocol Gesture