//
//  ChoiceCollectionViewCell.swift
//  Learn Genie
//
//  Created by Suraj Kumar Mandal on 15/09/21.
//

import UIKit

class ChoiceCollectionViewCell: UICollectionViewCell {
    
    @IBOutlet var radioButton: UIButton!
    @IBOutlet var choiceLabel: UILabel!
    
}