23 lines
657 B
Swift
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"
|
|
}
|
|
}
|