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

10 lines
389 B
Objective-C

#import "YTQTMButton.h"
#import "YTILikeButtonRenderer.h"
@interface YTReelWatchLikesController : NSObject
@property (nonatomic, strong, readwrite) YTQTMButton *likeButton;
@property (nonatomic, strong, readwrite) YTQTMButton *dislikeButton;
- (id)likeModelForLikeButtonRenderer:(YTILikeButtonRenderer *)renderer;
- (void)updateLikeButtonWithModel:(id)model animated:(BOOL)animated;
@end