5 lines
141 B
Objective-C
5 lines
141 B
Objective-C
#import "YTSingleVideoController.h"
|
|
|
|
@protocol YTPlaybackController
|
|
@property (strong, nonatomic) YTSingleVideoController *activeVideo;
|
|
@end
|