mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-31 07:18:37 +00:00
6 lines
No EOL
306 B
Objective-C
6 lines
No EOL
306 B
Objective-C
#import "YTSlimVideoScrollableActionBarCellControllerDelegate.h"
|
|
#import "YTInnerTubeCellController.h"
|
|
|
|
@interface YTSlimVideoScrollableActionBarCellController : YTInnerTubeCellController
|
|
@property (nonatomic, weak, readwrite) NSObject <YTSlimVideoScrollableActionBarCellControllerDelegate> *delegate;
|
|
@end |