wangguolei

fix

Showing 28 changed files with 11 additions and 3 deletions
No preview for this file type
Pod::Spec.new do |s|
s.name = 'HHDoctor'
s.version= "3.1.0081214"
s.version= "3.1.0.8"
s.summary = 'A short description of hhvDoctorSDK.'
s.description = <<-DESC
... ... @@ -23,7 +25,7 @@ s.version= "3.1.0081214"
# s.static_framework = true
s.frameworks = 'SystemConfiguration', 'AVFoundation', 'Accelerate'
s.libraries = 'c++', 'stdc++', 'resolv'
s.libraries = 'c++','resolv'
s.ios.deployment_target = '9.0'
... ...
No preview for this file type
No preview for this file type
... ... @@ -9,6 +9,12 @@
- (void) loadImageView : (UIImageView *) imageView placeholder : (UIImage *) placeholder url : (NSString *) url;
- (void)showToastMessage:(NSString *)text;
- (void)showHUDLoading:(NSString *)text;
- (void)hideHUD;
@end
@interface HHSDKOptions : NSObject
... ... @@ -32,7 +38,7 @@
*/
@property (nonatomic, strong) NSString * mExtensionString;
@property (nonatomic, strong) NSString * sdkVersion;
@property (nonatomic, strong , readonly) NSString * sdkVersion;
+ (HHSDKOptions *)sharedInstance;
... ...
No preview for this file type