OOClosedCaptionsSelectorBackgroundViewController.h
1 #import <UIKit/UIKit.h>
2 #import "OOClosedCaptionsSelectorViewController.h"
3 
10 
11 - (instancetype)initWithSelectorView:(OOClosedCaptionsSelectorViewController*)selectorController;
12 
13 @end
A UI selector that can be used to select closed captions language This is part of the Old UI functio...
Definition: OOClosedCaptionsSelectorViewController.h:10
A View controller that is used to display the background of the CC Selector This is part of the Old ...
Definition: OOClosedCaptionsSelectorBackgroundViewController.h:9