wangguolei

fix

Showing 28 changed files with 11 additions and 3 deletions
No preview for this file type
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'HHDoctor' 2 s.name = 'HHDoctor'
3 -s.version= "3.1.0081214" 3 +
  4 + s.version= "3.1.0.8"
  5 +
4 s.summary = 'A short description of hhvDoctorSDK.' 6 s.summary = 'A short description of hhvDoctorSDK.'
5 7
6 s.description = <<-DESC 8 s.description = <<-DESC
@@ -23,7 +25,7 @@ s.version= "3.1.0081214" @@ -23,7 +25,7 @@ s.version= "3.1.0081214"
23 # s.static_framework = true 25 # s.static_framework = true
24 26
25 s.frameworks = 'SystemConfiguration', 'AVFoundation', 'Accelerate' 27 s.frameworks = 'SystemConfiguration', 'AVFoundation', 'Accelerate'
26 - s.libraries = 'c++', 'stdc++', 'resolv' 28 + s.libraries = 'c++','resolv'
27 29
28 s.ios.deployment_target = '9.0' 30 s.ios.deployment_target = '9.0'
29 31
No preview for this file type
No preview for this file type
@@ -9,6 +9,12 @@ @@ -9,6 +9,12 @@
9 9
10 - (void) loadImageView : (UIImageView *) imageView placeholder : (UIImage *) placeholder url : (NSString *) url; 10 - (void) loadImageView : (UIImageView *) imageView placeholder : (UIImage *) placeholder url : (NSString *) url;
11 11
  12 +- (void)showToastMessage:(NSString *)text;
  13 +
  14 +- (void)showHUDLoading:(NSString *)text;
  15 +
  16 +- (void)hideHUD;
  17 +
12 @end 18 @end
13 19
14 @interface HHSDKOptions : NSObject 20 @interface HHSDKOptions : NSObject
@@ -32,7 +38,7 @@ @@ -32,7 +38,7 @@
32 */ 38 */
33 @property (nonatomic, strong) NSString * mExtensionString; 39 @property (nonatomic, strong) NSString * mExtensionString;
34 40
35 -@property (nonatomic, strong) NSString * sdkVersion; 41 +@property (nonatomic, strong , readonly) NSString * sdkVersion;
36 42
37 + (HHSDKOptions *)sharedInstance; 43 + (HHSDKOptions *)sharedInstance;
38 44
No preview for this file type