larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

changes import GADBannerView #115

Open JulesMoorhouse opened 9 years ago

JulesMoorhouse commented 9 years ago

//#import "GADBannerViewDelegate.h" //#import "GADBannerView.h"

import <GoogleMobileAds/GADBannerView.h>

import <GoogleMobileAds/GADBannerViewDelegate.h>