-
Undocumented
Declaration
Objective-C
@property (nonatomic) UILabel *helpLabel
Swift
var helpLabel: UILabel { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic) UIImageView *helpImageView
Swift
var helpImageView: UIImageView { get set }
-
Undocumented
Declaration
Objective-C
- (void)animateHelp;
Swift
func animateHelp()
-
Undocumented
Declaration
Objective-C
@property (nonatomic, weak) id<MBDocumentVerificationSubviewDelegate> documentVerificationSubviewDelegate
Swift
weak var documentVerificationSubviewDelegate: MBDocumentVerificationSubviewDelegate? { get set }