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

Commit

Permalink
7.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-t-kinami committed May 13, 2021
1 parent b308f9c commit 50c45f3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (readwrite, nonatomic, copy, nullable) NSString *userId;
@property (readwrite, nonatomic, copy, nullable) NSString *mediationName;
@property (readwrite, nonatomic, strong, nullable) NADUserFeature *userFeature;
@property (readwrite, nonatomic) BOOL isLocationEnabled;
@property (readwrite, nonatomic) BOOL isLocationEnabled __deprecated_msg("This property is no longer available.");

- (instancetype _Null_unspecified)init NS_UNAVAILABLE;
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey __deprecated_msg("This method is deprecated. Use newer one that specified spotID parameter as NSInteger.");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typedef NS_ENUM(NSInteger, NADVideoAdType) {
@property (nonatomic) NADUserFeature *userFeature;

@property (nonatomic, readonly, getter=isReady) BOOL ready;
@property (nonatomic) BOOL isLocationEnabled;
@property (nonatomic) BOOL isLocationEnabled __deprecated_msg("This property is no longer available.");
@property (nonatomic) BOOL isOutputLog __deprecated_msg("This method is deprecated. Use setLogLevel: method of NADLogger instead.");
@property (nonatomic, readonly) NADVideoAdType adType;

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.

0 comments on commit 50c45f3

Please sign in to comment.