- Added analytics and crashlytics. - Completed add address - Completed payment , added callback handler
17 lines
262 B
Swift
17 lines
262 B
Swift
//
|
|
// AnalyticsEventKeys.swift
|
|
// WOKA
|
|
//
|
|
// Created by MacBook Pro on 29/07/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension K{
|
|
struct AnalyticsEventKeys{
|
|
static var new_guest_login = "new_guest_login"
|
|
static var user_signup = "user_signup"
|
|
}
|
|
}
|
|
|