WalletBannersTableViewCell.swift
501 Bytes
//
// WalletBannersTableViewCell.swift
// SwiftWarplyFramework
//
// Created by Manos Chorianopoulos on 24/4/23.
//
import UIKit
@objc public class WalletBannersTableViewCell: 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
}
}