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