| 123456789 |
- #import "BTUIKFormField.h"
- /// @class Form field to collect a mobile phone number
- @interface BTUIKMobileNumberFormField : BTUIKFormField
- /// The mobile phone number
- @property (nonatomic, copy, nullable, readonly) NSString *mobileNumber;
- @end
|