uYouEnhanced/Sources/Extractor.h
2024-02-11 16:58:43 -06:00

7 lines
249 B
Objective-C

// Extractor.h was made by @LillieH1000 from https://www.github.com/LillieH1000/YouTube-Reborn
#import <Foundation/Foundation.h>
@interface Extractor : NSObject
+ (NSDictionary *)youtubePlayerRequest :(NSString *)client :(NSString *)videoID;
@end