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

6 lines
134 B
Objective-C

#import <Foundation/Foundation.h>
@interface YTILikeTarget : NSObject
@property (nonatomic, copy, readwrite) NSString *videoId;
@end