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

18 lines
252 B
Swift
Raw Normal View History

2024-05-02 19:27:51 +05:30
//
// SelectAvatarCell.swift
// WOKA
//
// Created by MacBook Pro on 02/05/24.
//
import UIKit
class SelectAvatarCell: UICollectionViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
}