@protocol WFPropertyListObject; @interface WFAskParameterDialogResponse : WFDialogResponse @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) id serializedParameterState; + (BOOL)supportsBSXPCSecureCoding; - (void)encodeWithCoder:(id)a0; - (id)initWithBSXPCCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (void)encodeWithBSXPCCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithSerializedParameterState:(id)a0 cancelled:(BOOL)a1; @end