Answers
let answer = TextualAnwer("John", question: question)
bookingForm.addAnswer(answer)Answer answer = TextualAnswer("John", question);
bookingForm.addAnswer(answer);Last updated
let answer = TextualAnwer("John", question: question)
bookingForm.addAnswer(answer)Answer answer = TextualAnswer("John", question);
bookingForm.addAnswer(answer);Last updated