Files
main/Tweaks/PSHeader/PhotoLibrary/PLProgressHUD.h
2023-06-27 09:54:41 +02:00

7 lines
136 B
Objective-C

@interface PLProgressHUD : UIView
- (void)done;
- (void)showInView:(UIView *)view;
- (void)hide;
- (void)setText:(NSString *)text;
@end