×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
OOOoyalaTVButton.h
1
//
2
// OOOoyalaTVButton.h
3
// OoyalaTVSkinSDK
4
//
5
// Created on 7/19/16.
6
// Copyright © 2016 ooyala. All rights reserved.
7
//
8
9
#import <UIKit/UIKit.h>
10
11
@interface
OOOoyalaTVButton
: UIButton
12
13
@property
(nonatomic) CGFloat
OOFontSize
;
14
15
- (void)changePlayingState:(BOOL)isPlay;
16
17
@end
OOOoyalaTVButton
Definition:
OOOoyalaTVButton.h:11
OOOoyalaTVButton::OOFontSize
CGFloat OOFontSize
Definition:
OOOoyalaTVButton.h:13
Send Feedback