Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
  2. // Initialize GoogleMobileAds.
  3. GADMobileAds.configureWithApplicationID("ca-app-pub-7876539281098811~369988223322")
  4.  
  5. return true
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement