/***************************************************************************** * VLCTimeNavigationTitleView.h * VLC for iOS ***************************************************************************** * Copyright (c) 2015 VideoLAN. All rights reserved. * $Id$ * * Author: Tobias Conradi * * Refer to the COPYING file of the official project for license. *****************************************************************************/ #import @class VLCOBSlider; @interface VLCTimeNavigationTitleView : UIView @property (weak, nonatomic) IBOutlet VLCOBSlider *positionSlider; @property (weak, nonatomic) IBOutlet UIButton *timeDisplayButton; @property (weak, nonatomic) IBOutlet UIButton *aspectRatioButton; @property (nonatomic) BOOL hideAspectRatio; @end