OOPlayPauseButton.h
1 //
2 // OOPlayPauseButton.h
3 // OoyalaSDK
4 //
5 // Copyright © 2017 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import "OOScalableImageButton.h"
9 
10 #ifndef OOPlayPauseButton_h
11 #define OOPlayPauseButton_h
12 
14 
15 @property (nonatomic) BOOL isPlayShowing;
17 @end
18 
19 #endif /* OOPlayPauseButton_h */
Definition: OOPlayPauseButton.h:13
Definition: OOScalableImageButton.h:14
BOOL isPlayShowing
set to YES to show the play icon, or NO to show the pause icon
Definition: OOPlayPauseButton.h:15