//
//  MenuLearnAboutFinanceTableViewCell.swift
//  Learn Genie
//
//  Created by Suraj Kumar Mandal on 10/09/21.
//

import UIKit

class MenuLearnAboutFinanceTableViewCell: UITableViewCell {

    @IBOutlet var learnAboutFinanceMenuLabel: UILabel!
    
    override func awakeFromNib() {
        super.awakeFromNib()
        // Initialization code
    }

    override func setSelected(_ selected: Bool, animated: Bool) {
        super.setSelected(selected, animated: animated)

        // Configure the view for the selected state
    }

}