6 lines
136 B
Objective-C
6 lines
136 B
Objective-C
@interface PLProgressHUD : UIView
|
|
- (void)done;
|
|
- (void)showInView:(UIView *)view;
|
|
- (void)hide;
|
|
- (void)setText:(NSString *)text;
|
|
@end
|