Skip to content

Instantly share code, notes, and snippets.

View waha99922's full-sized avatar

Sheikh Wahab Mahmood waha99922

View GitHub Profile
@boraseoksoon
boraseoksoon / .swift
Created April 7, 2021 21:09
[SwiftUI] Admob Interstitial for SwiftUI
import SwiftUI
import GoogleMobileAds
import UIKit
#if DEBUG
let adUnitID = "yourUnitID"
#else
let adUnitID = "yourUnitID"
#endif