Files
Siro/siro_driver/ios/Runner/Constants.swift
2026-06-09 08:44:23 +03:00

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"
}