ViewAnswerChoiceCollectionViewCell.swift 296 B

123456789101112131415
  1. //
  2. // ViewAnswerChoiceCollectionViewCell.swift
  3. // Learn Genie
  4. //
  5. // Created by Suraj Kumar Mandal on 27/09/21.
  6. //
  7. import UIKit
  8. class ViewAnswerChoiceCollectionViewCell: UICollectionViewCell {
  9. @IBOutlet var choiceLabel: UILabel!
  10. @IBOutlet var answerRadioButton: UIButton!
  11. }