6 lines
243 B
Objective-C
6 lines
243 B
Objective-C
#import "YTCollectionViewCell.h"
|
|
|
|
@interface YTPlaylistPanelProminentThumbnailVideoCell : YTCollectionViewCell
|
|
- (void)setSwipeButtonTarget:(id)target action:(SEL)action;
|
|
- (void)setSwipeButtonActionsViewRightBlock:(void (^)(void))block;
|
|
@end
|