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