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