Files
Woka_Native_iOS/WOKA/Authentication/AuthenticationStringConstant.swift
2024-05-02 13:20:40 +05:30

28 lines
746 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// AuthenticationStringConstant.swift
// WOKA
//
// Created by MacBook Pro on 29/04/24.
//
import Foundation
extension K{
struct AuthenticationStringConstant{
static let safeBelow = "Lets be Safe!"
static let safeAbove = "Lets Start Here"
static let emailAbove = "CAN WE HAVE YOUR EMAIL?"
static let emailBelow = "CAN WE HAVE YOUR PARENTS EMAIL?"
// PlaceHolderText
static let enterEmail = "Enter your email"
static let enterParentsEmail = "Enter your parent's email"
static let selectUsername = "Enter a username"
static let enterName = "Enter your name"
static let enterPassword = "Enter your password"
}
}