Showing
12 changed files
with
10 additions
and
0 deletions
No preview for this file type
@@ -202,6 +202,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -202,6 +202,7 @@ 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; | ||
205 | @class UINavigationController; | 206 | @class UINavigationController; |
206 | 207 | ||
207 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") | 208 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") |
@@ -218,6 +219,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -218,6 +219,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
218 | /// \param title 服务名称(显示 title) | 219 | /// \param title 服务名称(显示 title) |
219 | /// | 220 | /// |
220 | - (void)startWithSdkProductId:(NSString * _Nonnull)sdkProductId debug:(BOOL)debug develop:(BOOL)develop title:(NSString * _Nonnull)title; | 221 | - (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; | ||
221 | /// 呼叫视频医生 | 226 | /// 呼叫视频医生 |
222 | /// \param token 当前用户的唯一标识符 | 227 | /// \param token 当前用户的唯一标识符 |
223 | /// | 228 | /// |
@@ -453,6 +458,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -453,6 +458,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
453 | # pragma pop_macro("any") | 458 | # pragma pop_macro("any") |
454 | #endif | 459 | #endif |
455 | 460 | ||
461 | +@class UIColor; | ||
456 | @class UINavigationController; | 462 | @class UINavigationController; |
457 | 463 | ||
458 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") | 464 | SWIFT_CLASS("_TtC12HHDoctor_pro8HHDoctor") |
@@ -469,6 +475,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -469,6 +475,10 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
469 | /// \param title 服务名称(显示 title) | 475 | /// \param title 服务名称(显示 title) |
470 | /// | 476 | /// |
471 | - (void)startWithSdkProductId:(NSString * _Nonnull)sdkProductId debug:(BOOL)debug develop:(BOOL)develop title:(NSString * _Nonnull)title; | 477 | - (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; | ||
472 | /// 呼叫视频医生 | 482 | /// 呼叫视频医生 |
473 | /// \param token 当前用户的唯一标识符 | 483 | /// \param token 当前用户的唯一标识符 |
474 | /// | 484 | /// |
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