Files
YTLitePlus/Tweaks/YouTubeHeader/YTELMContext.h
2023-06-27 09:54:41 +02:00

6 lines
98 B
Objective-C

#import <Foundation/Foundation.h>
@interface YTELMContext : NSObject
- (id)parentResponder;
@end