Files
Woka_Native_iOS/WOKA/Authentication/View/YourIntrestCell.swift

18 lines
250 B
Swift

//
// YourIntrestCell.swift
// WOKA
//
// Created by MacBook Pro on 02/05/24.
//
import UIKit
class YourIntrestCell: UICollectionViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
}