uYouEnhanced/Source/Extractor.h
2023-10-12 21:46:04 -05: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