14 lines
208 B
Swift
14 lines
208 B
Swift
//
|
|
// Constants.swift
|
|
// Runner
|
|
//
|
|
// Created by Hamza Aleghwairyeen on 26/07/2025.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
|
|
struct Constants {
|
|
static let googleMapsAPIKey = "AIzaSyDzGO9a-1IDMLD2FxhmOO9ONL1gMssFa9g"
|
|
}
|