Showing
1 changed file
with
5 additions
and
1 deletions
| @@ -30,6 +30,10 @@ | @@ -30,6 +30,10 @@ | ||
| 30 | 30 | ||
| 31 | ## 0. 更新日志 | 31 | ## 0. 更新日志 |
| 32 | 32 | ||
| 33 | +> 3.0.6 | ||
| 34 | + | ||
| 35 | + - HHMVideoDelegate增加getChatParentView(_ view : UIView),以便开发者在呼叫页面添加自定义view | ||
| 36 | + | ||
| 33 | > 2.0.2 | 37 | > 2.0.2 |
| 34 | 38 | ||
| 35 | - 适配 Xcode 10, swift4.2 | 39 | - 适配 Xcode 10, swift4.2 |
| @@ -79,7 +83,7 @@ | @@ -79,7 +83,7 @@ | ||
| 79 | 83 | ||
| 80 | ```shell | 84 | ```shell |
| 81 | use_frameworks! | 85 | use_frameworks! |
| 82 | -pod 'hhVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git" | 86 | +pod 'HHVDoctorSDK', :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git" |
| 83 | ``` | 87 | ``` |
| 84 | * 安装 | 88 | * 安装 |
| 85 | 89 |
-
Please register or login to post a comment