UnifiedCouponBCFooterTableViewCell.swift 516 Bytes
//
//  UnifiedCouponBCFooterTableViewCell.swift
//  SwiftWarplyFramework
//
//  Created by Manos Chorianopoulos on 7/4/23.
//

import UIKit

@objc public class UnifiedCouponBCFooterTableViewCell: UITableViewCell {

    public override func awakeFromNib() {
        super.awakeFromNib()
        // Initialization code
    }

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

        // Configure the view for the selected state
    }

}