Video player prototype

This commit is contained in:
Bryce Hackel
2024-08-14 09:15:43 -07:00
parent 76f48a2700
commit b963c807bb
2 changed files with 55 additions and 0 deletions

View File

@@ -6,6 +6,9 @@
#import <sys/utsname.h>
#import <substrate.h>
#import <rootless.h>
#import <AVKit/AVKit.h> // For AVPlayer and AVPlayerViewController
#import <MobileCoreServices/MobileCoreServices.h> // For kUTTypeMovie and kUTTypeVideo
#import "Tweaks/FLEX/FLEX.h"
#import "Tweaks/YouTubeHeader/YTAppDelegate.h"