// // ViewAnswerChoiceCollectionViewCell.swift // Learn Genie // // Created by Suraj Kumar Mandal on 27/09/21. // import UIKit class ViewAnswerChoiceCollectionViewCell: UICollectionViewCell { @IBOutlet var choiceLabel: UILabel! @IBOutlet var answerRadioButton: UIButton! }