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

17 lines
234 B
Swift

//
// StoryBoard.swift
// WOKA
//
// Created by Bilal on 26/04/2024.
//
import Foundation
extension K{
struct StoryBoard{
static let main = "Main"
static let authenticationSB = "AuthenticationSB"
}
}