Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 95a96e8

Browse files
committed
7.1.0
1 parent 3082555 commit 95a96e8

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

NendAd.embeddedframework/NendAd.framework/Headers/NADInterstitial.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ typedef NS_ENUM(NSInteger, NADInterstitialShowResult) {
5151
/**
5252
Notify the results of the ad load.
5353
*/
54-
- (void)didFinishLoadInterstitialAdWithStatus:(NADInterstitialStatusCode)status;
5554
@optional
56-
55+
- (void)didFinishLoadInterstitialAdWithStatus:(NADInterstitialStatusCode)status;
5756
- (void)didFinishLoadInterstitialAdWithStatus:(NADInterstitialStatusCode)status spotID:(NSInteger)spotID;
5857

5958
@end
@@ -62,9 +61,8 @@ Notify the results of the ad load.
6261
/**
6362
Notify the event of the ad click.
6463
*/
65-
- (void)didClickWithType:(NADInterstitialClickType)type;
6664
@optional
67-
65+
- (void)didClickWithType:(NADInterstitialClickType)type;
6866
- (void)didClickWithType:(NADInterstitialClickType)type spotID:(NSInteger)spotID;
6967

7068
@end
Binary file not shown.
200 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)