mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 11:11:58 +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 <AVFoundation/AVFoundation.h>
|
||||||
#import <AVKit/AVKit.h> // For AVPlayer and AVPlayerViewController
|
#import <AVKit/AVKit.h> // For AVPlayer and AVPlayerViewController
|
||||||
#import <MobileCoreServices/MobileCoreServices.h> // For kUTTypeMovie and kUTTypeVideo
|
#import <MobileCoreServices/MobileCoreServices.h> // For kUTTypeMovie and kUTTypeVideo
|
||||||
|
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
|
||||||
|
|
||||||
#import "Tweaks/FLEX/FLEX.h"
|
#import "Tweaks/FLEX/FLEX.h"
|
||||||
#import "Tweaks/YouTubeHeader/YTAppDelegate.h"
|
#import "Tweaks/YouTubeHeader/YTAppDelegate.h"
|
||||||
|
|
@ -130,7 +131,7 @@ typedef NS_ENUM(NSUInteger, GestureSection) {
|
||||||
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
|
@property (nonatomic, assign, readwrite) BOOL enableSnapToChapter;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
// Hide YouTube Plus incompatibility warning popup - @bhackel
|
// HelperVC - @bhackel
|
||||||
@interface HelperVC : UIViewController
|
@interface HelperVC : UIViewController
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue