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