// // DailyCell.swift // VoicePractice // // Created by Wei Xian Ong on 2020/7/6. // Copyright © 2020 Wei Xian Ong. All rights reserved. // import UIKit class DailyCell: UICollectionViewCell { @IBOutlet weak var titleLabel: UILabel! @IBOutlet weak var practiceImage: UIImageView! override func awakeFromNib() { } }