Files
Woka_Native_iOS/WOKA/Constants K/CellIdentifier.swift
BilalKhanWDI 3f2899b9a3 - Added api for child register
- Finalised the registration for parent
- Finalised the flow for above 16 and go the registeration completed.
- Added a View controller for showing the linked child.
2024-05-09 18:07:59 +05:30

27 lines
506 B
Swift

//
// CellIdentifier.swift
// WOKA
//
// Created by Bilal on 26/04/2024.
//
import Foundation
extension K{
struct CellIdentifier{
struct OnBoarding{
static let onBoardCell = "OnBoardCell"
//
}
struct Authentication{
static let yourIntrestCell = "YourIntrestCell"
static let selectAvatarCell = "SelectAvatarCell"
static let linkedChildCell = "LinkedChildCell"
}
}
}