Files
Woka_Native_iOS/WOKA/Authentication/AuthenticationStringConstant.swift

29 lines
806 B
Swift
Raw Normal View History

2024-05-02 13:20:40 +05:30
//
// 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 enterChildName = "Enter your child name"
2024-05-02 13:20:40 +05:30
static let enterPassword = "Enter your password"
}
}