Update YTLitePlus.h Headers

This commit is contained in:
aricloverGitHub (INACTIVE)
2024-11-09 12:12:46 -06:00
committed by GitHub
parent 7eda827ba9
commit 45991e71d8

View File

@@ -10,6 +10,7 @@
#import <AVFoundation/AVFoundation.h>
#import <AVKit/AVKit.h> // For AVPlayer and AVPlayerViewController
#import <MobileCoreServices/MobileCoreServices.h> // For kUTTypeMovie and kUTTypeVideo
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
#import "Tweaks/FLEX/FLEX.h"
#import "Tweaks/YouTubeHeader/YTAppDelegate.h"
@@ -130,7 +131,7 @@ typedef NS_ENUM(NSUInteger, GestureSection) {
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
@end
// Hide YouTube Plus incompatibility warning popup - @bhackel
// HelperVC - @bhackel
@interface HelperVC : UIViewController
@end