BTNText Protocol Reference

Conforms to NSObject
Declared in BTNTextProtocol.h

  text required method

The copy displayed to the user.

@property (nullable, nonatomic, copy) NSString *text

Discussion

The copy displayed to the user.

Declared In

BTNTextProtocol.h

  color required method

The text color displayed to the user.

@property (nullable, nonatomic, copy) UIColor *color

Discussion

The text color displayed to the user.

Declared In

BTNTextProtocol.h