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

7 lines
178 B
Objective-C

#import <UIKit/UIKit.h>
@interface YTUIUtils : NSObject
+ (BOOL)canOpenURL:(NSURL *)url;
+ (BOOL)openURL:(NSURL *)url;
+ (UIViewController *)topViewControllerForPresenting;
@end