Showing
13 changed files
with
5 additions
and
11 deletions
No preview for this file type
@@ -202,13 +202,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -202,13 +202,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
202 | # pragma pop_macro("any") | 202 | # pragma pop_macro("any") |
203 | #endif | 203 | #endif |
204 | 204 | ||
205 | -@class UIColor; | ||
206 | @class UINavigationController; | 205 | @class UINavigationController; |
207 | 206 | ||
208 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") | 207 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") |
209 | @interface HHDoctor : NSObject | 208 | @interface HHDoctor : NSObject |
210 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHDoctor * _Nonnull default_;) | 209 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHDoctor * _Nonnull default_;) |
211 | + (HHDoctor * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; | 210 | + (HHDoctor * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; |
211 | +/// 是否自定义navigationBar | ||
212 | +@property (nonatomic) BOOL isCustomNavigation; | ||
212 | /// 初始化 SDK | 213 | /// 初始化 SDK |
213 | /// \param sdkProductId 产品 id | 214 | /// \param sdkProductId 产品 id |
214 | /// | 215 | /// |
@@ -219,10 +220,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -219,10 +220,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
219 | /// \param title 服务名称(显示 title) | 220 | /// \param title 服务名称(显示 title) |
220 | /// | 221 | /// |
221 | - (void)startWithSdkProductId:(NSString * _Nonnull)sdkProductId debug:(BOOL)debug develop:(BOOL)develop title:(NSString * _Nonnull)title; | 222 | - (void)startWithSdkProductId:(NSString * _Nonnull)sdkProductId debug:(BOOL)debug develop:(BOOL)develop title:(NSString * _Nonnull)title; |
222 | -/// 修改navigation的tintColor | ||
223 | -/// \param color 色值 | ||
224 | -/// | ||
225 | -- (void)setNaviColor:(UIColor * _Nonnull)color; | ||
226 | /// 呼叫视频医生 | 223 | /// 呼叫视频医生 |
227 | /// \param token 当前用户的唯一标识符 | 224 | /// \param token 当前用户的唯一标识符 |
228 | /// | 225 | /// |
@@ -458,13 +455,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -458,13 +455,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
458 | # pragma pop_macro("any") | 455 | # pragma pop_macro("any") |
459 | #endif | 456 | #endif |
460 | 457 | ||
461 | -@class UIColor; | ||
462 | @class UINavigationController; | 458 | @class UINavigationController; |
463 | 459 | ||
464 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") | 460 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") |
465 | @interface HHDoctor : NSObject | 461 | @interface HHDoctor : NSObject |
466 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHDoctor * _Nonnull default_;) | 462 | SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=default) HHDoctor * _Nonnull default_;) |
467 | + (HHDoctor * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; | 463 | + (HHDoctor * _Nonnull)default SWIFT_WARN_UNUSED_RESULT; |
464 | +/// 是否自定义navigationBar | ||
465 | +@property (nonatomic) BOOL isCustomNavigation; | ||
468 | /// 初始化 SDK | 466 | /// 初始化 SDK |
469 | /// \param sdkProductId 产品 id | 467 | /// \param sdkProductId 产品 id |
470 | /// | 468 | /// |
@@ -475,10 +473,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -475,10 +473,6 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
475 | /// \param title 服务名称(显示 title) | 473 | /// \param title 服务名称(显示 title) |
476 | /// | 474 | /// |
477 | - (void)startWithSdkProductId:(NSString * _Nonnull)sdkProductId debug:(BOOL)debug develop:(BOOL)develop title:(NSString * _Nonnull)title; | 475 | - (void)startWithSdkProductId:(NSString * _Nonnull)sdkProductId debug:(BOOL)debug develop:(BOOL)develop title:(NSString * _Nonnull)title; |
478 | -/// 修改navigation的tintColor | ||
479 | -/// \param color 色值 | ||
480 | -/// | ||
481 | -- (void)setNaviColor:(UIColor * _Nonnull)color; | ||
482 | /// 呼叫视频医生 | 476 | /// 呼叫视频医生 |
483 | /// \param token 当前用户的唯一标识符 | 477 | /// \param token 当前用户的唯一标识符 |
484 | /// | 478 | /// |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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