Showing
1 changed file
with
7 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment