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

6 lines
146 B
Objective-C

#import <Foundation/Foundation.h>
@protocol YTSlimVideoScrollableActionBarCellControllerDelegate <NSObject>
@required
- (NSString *)videoId;
@end