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

Commit 802f090

Browse files
committed
Added version 5.1.1
1 parent 1fa51b8 commit 802f090

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, NADNativeVideoClickAction) {
4545
@property (readonly, nonatomic, strong, nullable) UIImage *logoImage;
4646
@property (readonly, nonatomic, strong, nullable) NADNative *staticNativeAd;
4747

48-
- (instancetype _Nullable)init NS_UNAVAILABLE;
48+
- (instancetype _Null_unspecified)init NS_UNAVAILABLE;
4949
- (void)registerInteractionViews:(nonnull NSArray<__kindof UIView *> *)views;
5050
- (void)unregisterInteractionViews;
5151
- (void)downloadLogoImageWithCompletionHandler:(void(^_Nonnull)(UIImage * _Nullable))handler;

NendAd.embeddedframework/NendAd.framework/Headers/NADNativeVideoLoader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
1818
@property (readwrite, nonatomic, strong, nullable) NADUserFeature *userFeature;
1919
@property (readwrite, nonatomic) BOOL isLocationEnabled;
2020

21-
- (instancetype)init NS_UNAVAILABLE;
21+
- (instancetype _Null_unspecified)init NS_UNAVAILABLE;
2222
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey;
2323
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey clickAction:(NADNativeVideoClickAction)action;
2424

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)