Protocols

The following protocols are available globally.

  • The Rule protocol declares the required methods for all objects that subscribe to it.

    See more

    Declaration

    Swift

    public protocol Rule
  • Protocol for ValidationDelegate adherents, which comes with two required methods that are called depending on whether validation succeeded or failed.

    See more

    Declaration

    Swift

    @objc public protocol ValidationDelegate