#import "MLVideo.h" #import "YTPlayerResponse.h" @interface YTPlaybackData : NSObject - (MLVideo *)video; - (YTPlayerResponse *)playerResponse; @end