Files
Woka_Native_iOS/WOKA/Constants K/GoogleAdIDs.swift
2024-09-10 19:43:14 +05:30

23 lines
657 B
Swift

//
// GoogleAdIDs.swift
// WOKA
//
// Created by MacBook Pro on 09/09/24.
//
import Foundation
extension K{
struct GoogleAdIDs{
static let webSeries = "ca-app-pub-5699008063638916/1393141241"
static let test = "ca-app-pub-3940256099942544/2934735716"
static let karaoke = "ca-app-pub-3940256099942544/2934735716"
static let audioBooks = "ca-app-pub-3940256099942544/2934735716"
static let games = "ca-app-pub-3940256099942544/2934735716"
// static let themeTwo = "ca-app-pub-3940256099942544/2934735716"
static let themeTwo = "ca-app-pub-5699008063638916/1393141241"
}
}