Files
Woka_Native_iOS/WOKA/Constants K/CellIdentifier.swift
2024-05-02 13:20:40 +05:30

19 lines
249 B
Swift

//
// CellIdentifier.swift
// WOKA
//
// Created by Bilal on 26/04/2024.
//
import Foundation
extension K{
struct CellIdentifier{
struct OnBoarding{
static let onBoardCell = "OnBoardCell"
}
}
}