Classes

The following classes are available globally.

  • The utils class with helper methods.

    See more

    Declaration

    Objective-C

    @interface PBBAAppUtils : NSObject

    Swift

    class PBBAAppUtils : NSObject
  • Pay by Bank app button.

    See more

    Declaration

    Objective-C

    @interface PBBAButton : UIView <PBBAUIElementAppearance>

    Swift

    class PBBAButton : UIView, PBBAUIElementAppearance
  • PBBA popup view controller.

    See more

    Declaration

    Objective-C

    @interface PBBAPopupViewController : UIViewController

    Swift

    class PBBAPopupViewController : UIViewController