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

Commit 0ba4926

Browse files
committed
Added version 5.0.3
1 parent cb43b3e commit 0ba4926

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

NendAd.embeddedframework/NendAd.framework/Headers/NADNative.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ typedef NS_ENUM(NSInteger, NADNativeAdvertisingExplicitly) {
6060
/**
6161
* To enable ad click.
6262
*/
63-
- (void)activateAdView:(UIView *)view withPrLabel:(UILabel *)prLabel;
63+
- (void)activateAdView:(UIView *)view withPrLabel:(UIView *)prLabel;
6464

6565
/**
6666
* Download ad image if contains ad image.

NendAd.embeddedframework/NendAd.framework/Headers/NADNativeVideo.h

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ typedef NS_ENUM(NSInteger, NADNativeVideoClickAction) {
4747

4848
- (instancetype _Nullable)init NS_UNAVAILABLE;
4949
- (void)registerInteractionViews:(nonnull NSArray<__kindof UIView *> *)views;
50+
- (void)unregisterInteractionViews;
5051
- (void)downloadLogoImageWithCompletionHandler:(void(^_Nonnull)(UIImage * _Nullable))handler;
5152

5253
@end
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)