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

6 lines
306 B
Objective-C

#import "YTSlimVideoScrollableActionBarCellControllerDelegate.h"
#import "YTInnerTubeCellController.h"
@interface YTSlimVideoScrollableActionBarCellController : YTInnerTubeCellController
@property (nonatomic, weak, readwrite) NSObject <YTSlimVideoScrollableActionBarCellControllerDelegate> *delegate;
@end