OOPlayableItem.h
1 #import <Foundation/Foundation.h>
2 
6 @protocol OOPlayableItem <NSObject>
7 
12 - (NSArray *)getStreams;
13 
14 @end