OOOoyalaTVLabel.h
1 //
2 // OOOoyalaTVLabel.h
3 // OoyalaTVSkinSDK
4 //
5 // Created on 7/20/16.
6 // Copyright © 2016 ooyala. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface OOOoyalaTVLabel : UILabel
12 
13 @property (nonatomic) UIColor *OOTextColor;
14 @property (nonatomic) NSTextAlignment OOTextAlighment;
15 @property (nonatomic) CGFloat OOFontSize;
16 @property (nonatomic) NSDateFormatter *OODateformatter;
17 
18 - (instancetype)initWithFrame:(CGRect)frame time:(CGFloat)time;
19 
20 @end
CGFloat OOFontSize
Definition: OOOoyalaTVLabel.h:15
UIColor * OOTextColor
Definition: OOOoyalaTVLabel.h:13
Definition: OOOoyalaTVLabel.h:11
NSDateFormatter * OODateformatter
Definition: OOOoyalaTVLabel.h:16
NSTextAlignment OOTextAlighment
Definition: OOOoyalaTVLabel.h:14