Showing
7 changed files
with
2 additions
and
2 deletions
This file is too large to display.
| @@ -541,7 +541,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -541,7 +541,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
| 541 | /// 是否开启测试服 | 541 | /// 是否开启测试服 |
| 542 | @property (nonatomic) BOOL isDevelopment; | 542 | @property (nonatomic) BOOL isDevelopment; |
| 543 | /// 产品 id | 543 | /// 产品 id |
| 544 | -@property (nonatomic, copy) NSString * _Nonnull productId; | 544 | +@property (nonatomic, copy) NSString * _Nonnull sdkProductId; |
| 545 | /// 推送证书名 | 545 | /// 推送证书名 |
| 546 | @property (nonatomic, copy) NSString * _Nullable cerName; | 546 | @property (nonatomic, copy) NSString * _Nullable cerName; |
| 547 | /// 呼叫进入是否需要等待(呼入present 控制器前处理其他逻辑,3秒后自动失效) | 547 | /// 呼叫进入是否需要等待(呼入present 控制器前处理其他逻辑,3秒后自动失效) |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment