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

Commit

Permalink
Added version 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-t-kinami committed Feb 14, 2019
1 parent 1fa51b8 commit 802f090
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, NADNativeVideoClickAction) {
@property (readonly, nonatomic, strong, nullable) UIImage *logoImage;
@property (readonly, nonatomic, strong, nullable) NADNative *staticNativeAd;

- (instancetype _Nullable)init NS_UNAVAILABLE;
- (instancetype _Null_unspecified)init NS_UNAVAILABLE;
- (void)registerInteractionViews:(nonnull NSArray<__kindof UIView *> *)views;
- (void)unregisterInteractionViews;
- (void)downloadLogoImageWithCompletionHandler:(void(^_Nonnull)(UIImage * _Nullable))handler;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (readwrite, nonatomic, strong, nullable) NADUserFeature *userFeature;
@property (readwrite, nonatomic) BOOL isLocationEnabled;

- (instancetype)init NS_UNAVAILABLE;
- (instancetype _Null_unspecified)init NS_UNAVAILABLE;
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey;
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey clickAction:(NADNativeVideoClickAction)action;

Expand Down
Binary file modified NendAd.embeddedframework/NendAd.framework/Info.plist
Binary file not shown.
Binary file modified NendAd.embeddedframework/NendAd.framework/NendAd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 802f090

Please sign in to comment.