6 lines
No EOL
146 B
Objective-C
6 lines
No EOL
146 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@protocol YTSlimVideoScrollableActionBarCellControllerDelegate <NSObject>
|
|
@required
|
|
- (NSString *)videoId;
|
|
@end |