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

Commit 50c45f3

Browse files
committed
7.0.5
1 parent b308f9c commit 50c45f3

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
1616
@property (readwrite, nonatomic, copy, nullable) NSString *userId;
1717
@property (readwrite, nonatomic, copy, nullable) NSString *mediationName;
1818
@property (readwrite, nonatomic, strong, nullable) NADUserFeature *userFeature;
19-
@property (readwrite, nonatomic) BOOL isLocationEnabled;
19+
@property (readwrite, nonatomic) BOOL isLocationEnabled __deprecated_msg("This property is no longer available.");
2020

2121
- (instancetype _Null_unspecified)init NS_UNAVAILABLE;
2222
- (instancetype)initWithSpotId:(NSString *)spotId apiKey:(NSString *)apiKey __deprecated_msg("This method is deprecated. Use newer one that specified spotID parameter as NSInteger.");

NendAd.embeddedframework/NendAd.framework/Headers/NADVideo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef NS_ENUM(NSInteger, NADVideoAdType) {
2828
@property (nonatomic) NADUserFeature *userFeature;
2929

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

Binary file not shown.
-759 KB
Binary file not shown.

0 commit comments

Comments
 (0)