6 lines
155 B
Objective-C
6 lines
155 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface YTFullscreenEngagementActionBarButtonRenderer : NSObject
|
|
- (BOOL)isLikeButton;
|
|
- (BOOL)isDislikeButton;
|
|
@end
|