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

6 lines
151 B
Objective-C

#import <Foundation/Foundation.h>
@interface YTIIosOnesieHotConfig : NSObject
@property (nonatomic, assign, readwrite) BOOL prepareVideoDecoder;
@end