mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-01-11 22:40:20 +00:00
Update YTLitePlus.h Headers
This commit is contained in:
parent
7eda827ba9
commit
45991e71d8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue