Skip to content

Instantly share code, notes, and snippets.

View mattnico's full-sized avatar

Matt Nicolaysen mattnico

  • California, USA
View GitHub Profile
if ([adInterstitial ready])
{
[adInterstitial presentWithViewController:self];
}
else
{
adInterstitial = [[FlurryAdInterstitial alloc] initWithSpace:@"INTERSTITIAL"];
[adInterstitial fetchAd];
}