shmily

sdk upgrade

Showing 25 changed files with 5 additions and 3 deletions
Pod::Spec.new do |s|
s.name = "HHDoctorSDK"
s.version = "2.0.2"
s.version = "2.0.1"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
... ...
... ... @@ -3,5 +3,5 @@
<plist version="1.0">
<dict>
<key>HHBundleVersion</key>
<string>09:19:11:12</string></dict>
<string>11:01:15:27</string></dict>
</plist>
... ...
// Generated by Apple Swift version 4.2 (swiftlang-1000.11.37.1 clang-1000.11.45.1)
// Generated by Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"
... ... @@ -369,6 +369,8 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau
- (void)autoLoginWithUuid:(NSInteger)uuid;
/// 登出
- (void)logout;
- (NSString * _Nonnull)getMedicDetailWithMemberUuid:(NSInteger)memberUuid medicId:(NSString * _Nonnull)medicId SWIFT_WARN_UNUSED_RESULT;
- (NSString * _Nonnull)getMedicListWithMemberUuid:(NSInteger)memberUuid SWIFT_WARN_UNUSED_RESULT;
/// 主叫发起通话
/// \param type 呼叫类型
///
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.