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

Commit b308f9c

Browse files
committed
7.0.4
1 parent 6232f5b commit b308f9c

File tree

8 files changed

+2
-1
lines changed

8 files changed

+2
-1
lines changed

NendAd.embeddedframework/NendAd.framework/Headers/NADView.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ typedef NS_ENUM(NSInteger, NADViewErrorCode) {
6565
@property (nonatomic, copy) NSString *nendApiKey;
6666

6767
#pragma 広告枠ID
68-
@property (nonatomic, copy) NSString *nendSpotID;
68+
@property (nonatomic, copy) NSString *nendSpotID __deprecated_msg("This method is deprecated. Use newer one that specified spotID parameter as NSInteger.");
69+
@property (nonatomic) NSInteger nendSpotId;
6970

7071
#pragma mark - 広告初期化と画面幅サイズ調整有無の指定
7172
- (instancetype)initWithIsAdjustAdSize:(BOOL)isAdjust;
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)