Showing
19 changed files
with
20 additions
and
5 deletions
No preview for this file type
No preview for this file type
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
1 | -// Generated by Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1) | 1 | +// Generated by Apple Swift version 5.0.1 effective-4.2 (swiftlang-1001.0.82.4 clang-1001.0.46.5) |
2 | #pragma clang diagnostic push | 2 | #pragma clang diagnostic push |
3 | #pragma clang diagnostic ignored "-Wgcc-compat" | 3 | #pragma clang diagnostic ignored "-Wgcc-compat" |
4 | 4 | ||
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | #endif | 20 | #endif |
21 | 21 | ||
22 | #pragma clang diagnostic ignored "-Wauto-import" | 22 | #pragma clang diagnostic ignored "-Wauto-import" |
23 | -#include <objc/NSObject.h> | 23 | +#include <Foundation/Foundation.h> |
24 | #include <stdint.h> | 24 | #include <stdint.h> |
25 | #include <stddef.h> | 25 | #include <stddef.h> |
26 | #include <stdbool.h> | 26 | #include <stdbool.h> |
@@ -163,6 +163,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | @@ -163,6 +163,9 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
163 | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) | 163 | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
164 | #endif | 164 | #endif |
165 | #if __has_feature(modules) | 165 | #if __has_feature(modules) |
166 | +#if __has_warning("-Watimport-in-framework-header") | ||
167 | +#pragma clang diagnostic ignored "-Watimport-in-framework-header" | ||
168 | +#endif | ||
166 | @import CoreGraphics; | 169 | @import CoreGraphics; |
167 | @import CoreLocation; | 170 | @import CoreLocation; |
168 | @import Foundation; | 171 | @import Foundation; |
@@ -385,6 +388,13 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | @@ -385,6 +388,13 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong, getter=defau | ||
385 | /// returns: | 388 | /// returns: |
386 | /// url | 389 | /// url |
387 | - (NSString * _Nonnull)getMedicListWithUserToken:(NSString * _Nonnull)userToken SWIFT_WARN_UNUSED_RESULT; | 390 | - (NSString * _Nonnull)getMedicListWithUserToken:(NSString * _Nonnull)userToken SWIFT_WARN_UNUSED_RESULT; |
391 | +/// 获取所有病历列表 | ||
392 | +/// \param userToken 主账户的唯一标志 | ||
393 | +/// | ||
394 | +/// | ||
395 | +/// returns: | ||
396 | +/// url | ||
397 | +- (NSString * _Nonnull)getAllMedicsWithUserToken:(NSString * _Nonnull)userToken SWIFT_WARN_UNUSED_RESULT; | ||
388 | /// 主叫发起通话 | 398 | /// 主叫发起通话 |
389 | /// \param type 呼叫类型 | 399 | /// \param type 呼叫类型 |
390 | /// | 400 | /// |
@@ -589,8 +599,8 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) { | @@ -589,8 +599,8 @@ typedef SWIFT_ENUM(NSInteger, PermissionType, closed) { | ||
589 | @class NSTimer; | 599 | @class NSTimer; |
590 | 600 | ||
591 | @interface UIView (SWIFT_EXTENSION(HHDoctorSDK)) | 601 | @interface UIView (SWIFT_EXTENSION(HHDoctorSDK)) |
592 | -- (void)handleToastTapped:(UITapGestureRecognizer * _Nonnull)recognizer; | ||
593 | -- (void)toastTimerDidFinish:(NSTimer * _Nonnull)timer; | 602 | +- (void)hhhandleToastTapped:(UITapGestureRecognizer * _Nonnull)recognizer; |
603 | +- (void)hhtoastTimerDidFinish:(NSTimer * _Nonnull)timer; | ||
594 | @end | 604 | @end |
595 | 605 | ||
596 | 606 |
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