Update uYouPlus.h

This commit is contained in:
arichornlover 2024-02-27 17:48:45 -06:00 committed by GitHub
parent 774d24ebb1
commit 1a1273055f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,19 +175,3 @@
@interface YTPivotBarIndicatorView : UIView
@end
// Snack bar
@interface YTHUDMessage : NSObject
+ (id)messageWithText:(id)text;
- (void)setAction:(id)action;
@end
@interface GOOHUDMessageAction : NSObject
- (void)setTitle:(NSString *)title;
- (void)setHandler:(void (^)(id))handler;
@end
@interface GOOHUDManagerInternal : NSObject
- (void)showMessageMainThread:(id)message;
+ (id)sharedInstance;
@end