@class NSError; @interface SFErrorFeedback : SFFeedback @property (retain, nonatomic) NSError *error; + (BOOL)supportsSecureCoding; - (id)initWithError:(id)a0; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end