- Handled optional gender type - Handled optional gender in profile - Remaining MyListVC changes
18 lines
319 B
Swift
18 lines
319 B
Swift
//
|
|
// AnalyticsEventKeys.swift
|
|
// WOKA
|
|
//
|
|
// Created by MacBook Pro on 29/07/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension K{
|
|
struct AnalyticsEventKeys{
|
|
static var guest_login_iOS = "guest_login_iOS"
|
|
static var user_signup_iOS = "user_signup_iOS"
|
|
static var new_user_iOS = "new_user_iOS"
|
|
}
|
|
}
|
|
|