OOClosedCaptionsLabel.h
1 
2 #import <UIKit/UIKit.h>
7 @interface OOClosedCaptionsLabel : UILabel
8 
13 - (id)initWithFrame:(CGRect)frame isUniformEdge:(BOOL)isUniformEdge;
14 @end
A text label which may have the uniform edge style.
Definition: OOClosedCaptionsLabel.h:7