Protocols
The following protocols are available globally.
-
The
See moreRuleprotocol declares the required methods for all objects that subscribe to it.Declaration
Swift
public protocol Rule
-
Protocol for
See moreValidationDelegateadherents, which comes with two required methods that are called depending on whether validation succeeded or failed.Declaration
Swift
@objc public protocol ValidationDelegate
Protocols Reference