Files
driver_tripz/ios/Runner/Constants.swift
Hamza-Ayed d41314cfed 25-2/24/1
2025-02-24 23:38:01 +03:00

13 lines
207 B
Swift

//
// Constants.swift
// Runner
//
// Created by Hamza Aleghwairyeen on 24/02/2025.
//
import Foundation
struct Constants {
static let googleMapsAPIKey = "AIzaSyCyfwRXTwSTLOFQSQgN5p7QZgGJVZnEKq0"
}