uYouEnhanced/Sources/Extractor.h
2024-02-06 02:48:21 +00: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