Files
YTLitePlus/Tweaks/YouTubeHeader/YTActionSheetController.h
2023-06-27 09:54:41 +02:00

7 lines
279 B
Objective-C

#import <UIKit/UIKit.h>
@interface YTActionSheetController : NSObject
+ (instancetype)actionSheetController;
- (void)addCancelActionIfNeeded;
- (void)presentFromViewController:(UIViewController *)viewController animated:(BOOL)animated completion:(void (^)(void))completion;
@end