Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #import <UIKit/UIViewController.h>
- #import "NFUIExternalDevicePickerProtocol-Protocol.h"
- #import "NFUIFullPlayerViewControllerDelegate-Protocol.h"
- #import "NFUIPlayerControllerDelegate-Protocol.h"
- #import "NFUIPlayerControlsDelegate-Protocol.h"
- #import "NFUIPlayerControlsFooterViewRefreshDelegate-Protocol.h"
- #import "NFUIPlayerScrubberDelegate-Protocol.h"
- #import "NFUIRemotePlayerControlsDelegate-Protocol.h"
- #import "NFUIShakeRecognizerDelegate-Protocol.h"
- #import "NFUISkipIntroRecapButtonViewDelegate-Protocol.h"
- #import "NFUISystemVolumeProtocol-Protocol.h"
- #import "NFUITouchGestureDelegate-Protocol.h"
- #import "UIGestureRecognizerDelegate-Protocol.h"
- #import "_TtP4Argo39NFUISystemBrightnessViewRefreshDelegate_-Protocol.h"
- @class CAGradientLayer, NFUIHudScrollView, NFUIPassThroughView, NFUIPlayerCSLogger, NFUIPlayerControlsFooterViewRefresh, NFUIPlayerControlsHeaderViewRefresh, NFUIPlayerControlsMainView, NFUIPlayerControlsModel, NFUIPreviewsLoadingView, NFUIRemotePlayerControlsController, NFUISeekTimeHelper, NFUIShakeRecognizer, NFUISkipIntroRecapButtonView, NFUISystemVolumeViewRefresh, NFUITrickPlayController, NSDictionary, NSLayoutConstraint, NSNumber, NSString, NSTimer, UIActivityIndicatorView, UIButton, UIImpactFeedbackGenerator, UIPinchGestureRecognizer, UITapGestureRecognizer, UIView, _TtC4Argo31NFUISystemBrightnessViewRefresh;
- @protocol NFUIPlayerControllerProtocol, NFUIPlayerControlsDelegate;
- @interface NFUIPlayerControlsRefreshViewController : UIViewController <UIGestureRecognizerDelegate, NFUIShakeRecognizerDelegate, NFUIPlayerScrubberDelegate, NFUIExternalDevicePickerProtocol, NFUISystemVolumeProtocol, NFUIFullPlayerViewControllerDelegate, NFUIPlayerControlsFooterViewRefreshDelegate, NFUIPlayerControllerDelegate, NFUIPlayerControlsDelegate, NFUIRemotePlayerControlsDelegate, NFUITouchGestureDelegate, NFUISkipIntroRecapButtonViewDelegate, _TtP4Argo39NFUISystemBrightnessViewRefreshDelegate_>
- {
- _Bool _isShowingVolumeSlider;
- _Bool _isReadyForVolumeDisplay;
- _Bool _controlsHidden;
- _Bool _isFirstAppearance;
- _Bool _isTrickplayActive;
- _Bool _didBeginPlayback;
- _Bool _isDebugHUDEnabled;
- NFUIPlayerControlsHeaderViewRefresh *headerControlsView;
- NFUIPlayerControlsFooterViewRefresh *footerControlsView;
- NFUIPlayerControlsMainView *mainControlsView;
- NFUIRemotePlayerControlsController *remotePlayerController;
- NFUISkipIntroRecapButtonView *_skipRecapButtonView;
- UIActivityIndicatorView *_activityIndicatorView;
- id <NFUIPlayerControlsDelegate> _delegate;
- id <NFUIPlayerControllerProtocol> _playerController;
- NFUIPlayerControlsModel *_model;
- NSTimer *_autoHideControlsTimer;
- NFUIPlayerCSLogger *_csLogger;
- UIButton *_accessibilityControlsToggle;
- NFUIPassThroughView *_headerContainer;
- NFUIPassThroughView *_footerContainer;
- NFUIPassThroughView *_mainContainer;
- UIView *_shim;
- CAGradientLayer *_shimLayer;
- NSLayoutConstraint *_skipRecapBottomConstraint;
- NSLayoutConstraint *_skipRecapTrailingConstraint;
- NSLayoutConstraint *_footerBottomConstraint;
- NSLayoutConstraint *_footerHeightConstraint;
- NSLayoutConstraint *_mainBottomConstraint;
- NSLayoutConstraint *_headerTopConstraint;
- NSLayoutConstraint *_volumeContainerLeadingConstraint;
- NSLayoutConstraint *_volumeContainerTrailingConstraint;
- NSLayoutConstraint *_volumeContainerTopConstraint;
- UIView *_volumeContainer;
- UIView *_brightnessContainer;
- NFUISystemVolumeViewRefresh *_volumeSlider;
- _TtC4Argo31NFUISystemBrightnessViewRefresh *_brightnessSlider;
- UITapGestureRecognizer *_singleTapGestureRecognizer;
- UITapGestureRecognizer *_doubleTapGestureRecognizer;
- UIPinchGestureRecognizer *_pinchGestureRecognizer;
- UIImpactFeedbackGenerator *_feedbackGenerator;
- NFUITrickPlayController *_trickPlayController;
- double _seekInitialPosition;
- NSNumber *_seekInitialPositionObject;
- double _seekStartPosition;
- double _lastHapticFiredTime;
- double _cumulativeRewindSkipInterval;
- double _cumulativeForwardSkipInterval;
- CDUnknownBlockType _seekingCompletionBlock;
- CDUnknownBlockType _seekingFailureBlock;
- NFUIPreviewsLoadingView *_loadingView;
- NFUIShakeRecognizer *_shakeRecognizer;
- NFUIHudScrollView *_hudView;
- UITapGestureRecognizer *_tripleTapGestureRecognizer;
- NFUISeekTimeHelper *_seekTimeHelper;
- }
- - (void).cxx_destruct;
- @property(retain, nonatomic) NFUISeekTimeHelper *seekTimeHelper; // @synthesize seekTimeHelper=_seekTimeHelper;
- @property(nonatomic) _Bool isDebugHUDEnabled; // @synthesize isDebugHUDEnabled=_isDebugHUDEnabled;
- @property(retain, nonatomic) UITapGestureRecognizer *tripleTapGestureRecognizer; // @synthesize tripleTapGestureRecognizer=_tripleTapGestureRecognizer;
- @property(retain, nonatomic) NFUIHudScrollView *hudView; // @synthesize hudView=_hudView;
- @property(retain, nonatomic) NFUIShakeRecognizer *shakeRecognizer; // @synthesize shakeRecognizer=_shakeRecognizer;
- @property(nonatomic) _Bool didBeginPlayback; // @synthesize didBeginPlayback=_didBeginPlayback;
- @property(retain, nonatomic) NFUIPreviewsLoadingView *loadingView; // @synthesize loadingView=_loadingView;
- @property(copy, nonatomic) CDUnknownBlockType seekingFailureBlock; // @synthesize seekingFailureBlock=_seekingFailureBlock;
- @property(copy, nonatomic) CDUnknownBlockType seekingCompletionBlock; // @synthesize seekingCompletionBlock=_seekingCompletionBlock;
- @property(nonatomic) _Bool isTrickplayActive; // @synthesize isTrickplayActive=_isTrickplayActive;
- @property(nonatomic) _Bool isFirstAppearance; // @synthesize isFirstAppearance=_isFirstAppearance;
- @property(nonatomic) double cumulativeForwardSkipInterval; // @synthesize cumulativeForwardSkipInterval=_cumulativeForwardSkipInterval;
- @property(nonatomic) double cumulativeRewindSkipInterval; // @synthesize cumulativeRewindSkipInterval=_cumulativeRewindSkipInterval;
- @property(nonatomic) double lastHapticFiredTime; // @synthesize lastHapticFiredTime=_lastHapticFiredTime;
- @property(nonatomic) double seekStartPosition; // @synthesize seekStartPosition=_seekStartPosition;
- @property(retain, nonatomic) NSNumber *seekInitialPositionObject; // @synthesize seekInitialPositionObject=_seekInitialPositionObject;
- @property(nonatomic) double seekInitialPosition; // @synthesize seekInitialPosition=_seekInitialPosition;
- @property(retain, nonatomic) NFUITrickPlayController *trickPlayController; // @synthesize trickPlayController=_trickPlayController;
- @property(retain, nonatomic) UIImpactFeedbackGenerator *feedbackGenerator; // @synthesize feedbackGenerator=_feedbackGenerator;
- @property(retain, nonatomic) UIPinchGestureRecognizer *pinchGestureRecognizer; // @synthesize pinchGestureRecognizer=_pinchGestureRecognizer;
- @property(retain, nonatomic) UITapGestureRecognizer *doubleTapGestureRecognizer; // @synthesize doubleTapGestureRecognizer=_doubleTapGestureRecognizer;
- @property(retain, nonatomic) UITapGestureRecognizer *singleTapGestureRecognizer; // @synthesize singleTapGestureRecognizer=_singleTapGestureRecognizer;
- @property(nonatomic) _Bool controlsHidden; // @synthesize controlsHidden=_controlsHidden;
- @property(nonatomic) _Bool isReadyForVolumeDisplay; // @synthesize isReadyForVolumeDisplay=_isReadyForVolumeDisplay;
- @property(nonatomic) _Bool isShowingVolumeSlider; // @synthesize isShowingVolumeSlider=_isShowingVolumeSlider;
- @property(retain, nonatomic) _TtC4Argo31NFUISystemBrightnessViewRefresh *brightnessSlider; // @synthesize brightnessSlider=_brightnessSlider;
- @property(retain, nonatomic) NFUISystemVolumeViewRefresh *volumeSlider; // @synthesize volumeSlider=_volumeSlider;
- @property(nonatomic) __weak UIView *brightnessContainer; // @synthesize brightnessContainer=_brightnessContainer;
- @property(nonatomic) __weak UIView *volumeContainer; // @synthesize volumeContainer=_volumeContainer;
- @property(nonatomic) __weak NSLayoutConstraint *volumeContainerTopConstraint; // @synthesize volumeContainerTopConstraint=_volumeContainerTopConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *volumeContainerTrailingConstraint; // @synthesize volumeContainerTrailingConstraint=_volumeContainerTrailingConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *volumeContainerLeadingConstraint; // @synthesize volumeContainerLeadingConstraint=_volumeContainerLeadingConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *headerTopConstraint; // @synthesize headerTopConstraint=_headerTopConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *mainBottomConstraint; // @synthesize mainBottomConstraint=_mainBottomConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *footerHeightConstraint; // @synthesize footerHeightConstraint=_footerHeightConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *footerBottomConstraint; // @synthesize footerBottomConstraint=_footerBottomConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *skipRecapTrailingConstraint; // @synthesize skipRecapTrailingConstraint=_skipRecapTrailingConstraint;
- @property(nonatomic) __weak NSLayoutConstraint *skipRecapBottomConstraint; // @synthesize skipRecapBottomConstraint=_skipRecapBottomConstraint;
- @property(retain, nonatomic) CAGradientLayer *shimLayer; // @synthesize shimLayer=_shimLayer;
- @property(nonatomic) __weak UIView *shim; // @synthesize shim=_shim;
- @property(nonatomic) __weak NFUIPassThroughView *mainContainer; // @synthesize mainContainer=_mainContainer;
- @property(nonatomic) __weak NFUIPassThroughView *footerContainer; // @synthesize footerContainer=_footerContainer;
- @property(nonatomic) __weak NFUIPassThroughView *headerContainer; // @synthesize headerContainer=_headerContainer;
- @property(retain, nonatomic) UIButton *accessibilityControlsToggle; // @synthesize accessibilityControlsToggle=_accessibilityControlsToggle;
- @property(retain, nonatomic) NFUIPlayerCSLogger *csLogger; // @synthesize csLogger=_csLogger;
- @property(retain, nonatomic) NSTimer *autoHideControlsTimer; // @synthesize autoHideControlsTimer=_autoHideControlsTimer;
- @property(retain, nonatomic) NFUIPlayerControlsModel *model; // @synthesize model=_model;
- @property(nonatomic) __weak id <NFUIPlayerControllerProtocol> playerController; // @synthesize playerController=_playerController;
- @property(nonatomic) __weak id <NFUIPlayerControlsDelegate> delegate; // @synthesize delegate=_delegate;
- @property(retain, nonatomic) UIActivityIndicatorView *activityIndicatorView; // @synthesize activityIndicatorView=_activityIndicatorView;
- @property(retain, nonatomic) NFUISkipIntroRecapButtonView *skipRecapButtonView; // @synthesize skipRecapButtonView=_skipRecapButtonView;
- @property(retain, nonatomic) NFUIRemotePlayerControlsController *remotePlayerController; // @synthesize remotePlayerController;
- @property(retain, nonatomic) NFUIPlayerControlsMainView *mainControlsView; // @synthesize mainControlsView;
- @property(retain, nonatomic) NFUIPlayerControlsFooterViewRefresh *footerControlsView; // @synthesize footerControlsView;
- @property(retain, nonatomic) NFUIPlayerControlsHeaderViewRefresh *headerControlsView; // @synthesize headerControlsView;
- - (void)didTripleTapWithGestureRecognizer:(id)arg1;
- - (void)shakeDetected;
- - (CDUnknownBlockType)seekInitialPositionThunk;
- - (_Bool)accessibilityPerformEscape;
- - (_Bool)accessibilityPerformMagicTap;
- - (void)voiceOverStatusChanged:(id)arg1;
- - (void)configureA11yControlButton;
- - (void)showHeaderForAdvisory:(_Bool)arg1;
- - (void)hideHeaderForAdvisory:(_Bool)arg1;
- - (void)footerView:(id)arg1 unlockControls:(_Bool)arg2;
- - (void)brightnessViewDidStopDragging:(id)arg1;
- - (void)brightnessViewDidStartDragging:(id)arg1;
- - (_Bool)shouldHideVolumeView:(id)arg1;
- - (_Bool)sholdIgnoreChangesInVolumeView:(id)arg1;
- - (void)didFinishAdjustingVolumeInView:(id)arg1;
- - (void)didAdjustVolumeInView:(id)arg1;
- - (void)toggleRotation:(id)arg1;
- - (void)setActivityIndicatorVisible:(_Bool)arg1;
- - (void)setSeekControlsEnabled:(_Bool)arg1;
- - (void)hideLoadingState;
- - (void)showLoadingState;
- - (void)animateMainControlsFirstAppearanceAnimated:(_Bool)arg1;
- - (void)setActivityIndicatorVisibleWithState:(unsigned long long)arg1;
- - (void)initActivityIndicatorView;
- - (_Bool)isActivityIndicatorVisible;
- - (void)toggleLockControls;
- - (void)cancelAutoHideControlsTimer;
- - (void)startAutoHideControlsTimer;
- - (void)informDelegateControlsDidShow;
- - (void)informDelegateControlsDidHide;
- - (void)hideControlsSubviews:(id)arg1 animated:(_Bool)arg2;
- - (void)showControlsSubviews:(id)arg1 animated:(_Bool)arg2;
- - (void)hideControlsAnimated:(_Bool)arg1;
- - (void)hideControls;
- - (void)hideControls:(id)arg1;
- - (void)showSkipRecapIfNeeeded;
- - (void)showControls;
- - (void)fireHapticImpactFeedback;
- - (void)skipContentTapped;
- - (void)skipIntroTapped;
- - (void)skipRecapTapped;
- - (void)scaleAction:(id)arg1;
- - (void)MDXPrimaryAction:(id)arg1;
- - (void)shareAction:(id)arg1;
- - (void)skipRecapAction:(id)arg1;
- - (void)nextEpisodeAction:(id)arg1;
- - (void)subsAndDubsAction:(id)arg1;
- - (void)lockAction:(id)arg1;
- - (void)speedAction:(id)arg1;
- - (void)episodesAction:(id)arg1;
- - (void)rewindAction:(id)arg1;
- - (void)forwardAction:(id)arg1;
- - (void)playPauseAction:(id)arg1;
- - (void)togglePlaybackWithNoLogging;
- - (void)togglePlayback;
- - (void)closeAction:(id)arg1;
- - (void)playOnTVAction:(id)arg1;
- - (void)endScrubbing;
- - (void)beginScrubbing;
- - (double)centerXForTrickPlay;
- - (void)scrubberValueDidChange:(id)arg1;
- - (void)controlAction:(id)arg1;
- - (void)seekToTimeIntervalAfterDelay:(id)arg1;
- - (void)seekToTimeInterval:(double)arg1;
- - (void)forwardByTimeInterval:(double)arg1;
- - (double)forwardStartPosition;
- - (void)rewindByTimeInterval:(double)arg1;
- - (double)rewindStartPosition;
- - (void)resetCumulativeSkipIntervalFastForward;
- - (void)resetCumulativeSkipIntervalRewind;
- - (void)fastForward;
- - (_Bool)skipFastForward;
- - (void)rewind;
- - (_Bool)skipRewind;
- - (double)playbackEndPosition;
- - (_Bool)gestureRecognizer:(id)arg1 shouldReceiveTouch:(id)arg2;
- - (void)didPinchWithGestureRecognizer:(id)arg1;
- - (void)didDoubleTapWithGestureRecognizer:(id)arg1;
- - (void)didSingleTapWithGestureRecognizer:(id)arg1;
- - (void)updatePosition:(double)arg1;
- - (void)remoteControlAction:(long long)arg1;
- - (void)playerController:(id)arg1 externalPlaybackActive:(_Bool)arg2;
- - (void)playerController:(id)arg1 timeUpdate:(double)arg2;
- - (void)playerController:(id)arg1 stateChange:(unsigned long long)arg2 previous:(unsigned long long)arg3;
- - (void)playerControllerReady:(id)arg1;
- - (void)configureWithModel:(id)arg1;
- - (id)audioSubtitlesButton;
- - (long long)preferredStatusBarStyle;
- - (_Bool)prefersStatusBarHidden;
- - (void)addShimGradient;
- - (void)initBrightnessControlView;
- - (void)initVolumeControlView;
- - (void)initSkipRecapIntroButtonView;
- - (void)initMainControlsView;
- - (void)initFooterControlsView;
- - (void)initHeaderControlsView;
- - (void)configureViewForAB;
- - (void)viewWillLayoutSubviews;
- - (void)commonInit;
- - (void)viewDidDisappear:(_Bool)arg1;
- - (void)viewWillAppear:(_Bool)arg1;
- - (void)viewDidLoad;
- - (id)initWithNibName:(id)arg1 bundle:(id)arg2;
- // Remaining properties
- @property(readonly, nonatomic) NSDictionary *aspectDetails;
- @property(readonly, copy) NSString *debugDescription;
- @property(readonly, copy) NSString *description;
- @property(readonly) unsigned long long hash;
- @property(readonly) Class superclass;
- @end
Advertisement
Add Comment
Please, Sign In to add comment