Fableon/Fableon/Object/Class/Store/V/FAStoreCoinsCell.swift
2025-10-29 10:26:27 +08:00

26 lines
418 B
Swift

//
// FAStoreCoinsCell.swift
// Fableon
//
// Created by on 2025/10/24.
//
import UIKit
class FAStoreCoinsCell: UICollectionViewCell {
var model: FAPayItem?
var fa_isSelected = false
override init(frame: CGRect) {
super.init(frame: frame)
}
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
}