MBSignatureImageResult
@protocol MBSignatureImageResult
@required
/**
* image of the signature if enabled with `MBSignatureImage returnSignatureImage` property.
*/
@property (nonatomic, readonly, nullable) MBImage* signatureImage;
@end
Undocumented