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

7 lines
243 B
Objective-C

#import "YTCollectionViewCell.h"
@interface YTPlaylistPanelProminentThumbnailVideoCell : YTCollectionViewCell
- (void)setSwipeButtonTarget:(id)target action:(SEL)action;
- (void)setSwipeButtonActionsViewRightBlock:(void (^)(void))block;
@end