mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-20 06:02:07 +00:00
6 lines
155 B
Objective-C
6 lines
155 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface YTFullscreenEngagementActionBarButtonRenderer : NSObject
|
|
- (BOOL)isLikeButton;
|
|
- (BOOL)isDislikeButton;
|
|
@end
|