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

Commit 73bab33

Browse files
committed
7.4.0
1 parent a8f5dd4 commit 73bab33

File tree

7 files changed

+5
-4
lines changed

7 files changed

+5
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
NS_ASSUME_NONNULL_BEGIN
1414
@interface NADNativeVideoLoader : NSObject
1515

16-
@property (readwrite, nonatomic, copy, nullable) NSString *userId;
16+
@property (readwrite, nonatomic, copy, nullable) NSString *userId __deprecated_msg("This property is no longer available.");
1717
@property (readwrite, nonatomic, copy, nullable) NSString *mediationName;
18-
@property (readwrite, nonatomic, strong, nullable) NADUserFeature *userFeature;
18+
@property (readwrite, nonatomic, strong, nullable) NADUserFeature *userFeature __deprecated_msg("This property is no longer available.");
1919
@property (readwrite, nonatomic) BOOL isLocationEnabled __deprecated_msg("This property is no longer available.");
2020

2121
- (instancetype _Null_unspecified)init NS_UNAVAILABLE;

NendAd.embeddedframework/NendAd.framework/Headers/NADUserFeature.h

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ typedef NS_ENUM(NSInteger, NADGender) {
1313
};
1414

1515
NS_ASSUME_NONNULL_BEGIN
16+
__attribute__ ((deprecated("This class is no longer available.")))
1617
@interface NADUserFeature : NSObject
1718

1819
@property (nonatomic) NADGender gender;

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ typedef NS_ENUM(NSInteger, NADVideoAdType) {
2424
@interface NADVideo : NSObject
2525

2626
@property (nonatomic, copy, nullable) NSString *mediationName;
27-
@property (nonatomic, copy, nullable) NSString *userId;
28-
@property (nonatomic) NADUserFeature *userFeature;
27+
@property (nonatomic, copy, nullable) NSString *userId __deprecated_msg("This property is no longer available.");
28+
@property (nonatomic) NADUserFeature *userFeature __deprecated_msg("This property is no longer available.");
2929

3030
@property (nonatomic, readonly, getter=isReady) BOOL ready;
3131
@property (nonatomic) BOOL isLocationEnabled __deprecated_msg("This property is no longer available.");
Binary file not shown.
-56.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)