13 lines
208 B
Swift
13 lines
208 B
Swift
//
|
|
// Constants1.swift
|
|
// Runner
|
|
//
|
|
// Created by Hamza Aleghwairyeen on 20/02/2025.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct Constants {
|
|
static let googleMapsAPIKey = "AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0"
|
|
}
|