示例#1
0
 public void didCacheInterstitial(string location)
 {
     if (CBManager.didCacheInterstitialEvent != null)
     {
         CBManager.didCacheInterstitialEvent(location);
     }
 }