@class NSNumber, MADRemoveBackgroundMaskResult; @interface MADRemoveBackgroundMaskRequest : MADRequest @property (copy, nonatomic) NSNumber *imageType; @property (readonly, nonatomic) MADRemoveBackgroundMaskResult *result; + (BOOL)supportsSecureCoding; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end