Skip to content

Commit

Permalink
Update Sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdGeneration committed Oct 17, 2019
1 parent c593b34 commit 44da89f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ - (void)viewDidLoad {
self.interstitial = [[ADGInterstitial alloc] init];
[self.interstitial setLocationId:@"48549"]; // 管理画面から払い出された広告枠ID
self.interstitial.delegate = self;
self.interstitial.rootViewController = self;
}

- (void)didReceiveMemoryWarning {
Expand Down

0 comments on commit 44da89f

Please sign in to comment.