OOCastMiniControllerProtocol.h
1 //
2 // OOCastMiniControllerProtocol.h
3 // OoyalaSDK
4 //
5 // Created on 9/9/14.
6 // Copyright © 2014 Brightcove, Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @protocol OOCastMiniControllerProtocol <NSObject>
15 
21 - (void)updatePlayState:(BOOL)isPlaying;
22 
28 - (void)dismiss;
29 
30 @end