19 lines
249 B
Swift
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"
|
|
}
|
|
}
|
|
}
|