Skip to content

Commit

Permalink
fix(ios): fix AdMob to AdMobPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Nov 27, 2024
1 parent 664fda2 commit 29f707e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Capacitor
import GoogleMobileAds

class AdRewardInterstitialExecutor: NSObject, GADFullScreenContentDelegate {
public weak var plugin: AdMob?
public weak var plugin: AdMobPlugin?
var rewardedInterstitialAd: GADRewardedInterstitialAd!

func prepareRewardInterstitialAd(_ call: CAPPluginCall, _ request: GADRequest, _ adUnitID: String) {
Expand Down

0 comments on commit 29f707e

Please sign in to comment.