Guest User

Untitled

a guest
Jul 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. /*
  2. * Generated by class-dump 3.1.2.
  3. *
  4. * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
  5. */
  6.  
  7. #import "_ABCFindPersonMatchingEmailAddress.h"
  8.  
  9. @class MPAudioDeviceController, UIButton, UILabel, UIPushButton, UISlider;
  10.  
  11. @interface SBAwayMediaControlsView : _ABCFindPersonMatchingEmailAddress
  12. {
  13. unsigned int _beganSeeking:1;
  14. int _seekingDirection;
  15. UIPushButton *_prevButton;
  16. UIPushButton *_nextButton;
  17. UIPushButton *_playPauseButton;
  18. UISlider *_slider;
  19. UIButton *_routeButton;
  20. UILabel *_routeLabel;
  21. MPAudioDeviceController *_audioDeviceController;
  22. }
  23.  
  24. - (id)initWithFrame:(struct CGRect)fp8;
  25. - (void)dealloc;
  26. - (id)_createButtonWithImage:(id)fp8 action:(SEL)fp12 tag:(int)fp16;
  27. - (void)layoutSubviews;
  28. - (void)_showRouteButton:(BOOL)fp8 volumeSlider:(BOOL)fp12 animated:(BOOL)fp16;
  29. - (struct CGRect)_sliderFrameWithRouteButton:(BOOL)fp8;
  30. - (void)_updateInformation;
  31. - (void)setAlpha:(float)fp8;
  32. - (void)removeFromSuperview;
  33. - (void)_playPauseButtonAction:(id)fp8;
  34. - (void)_changeTrackButtonDown:(id)fp8;
  35. - (void)_changeTrackButtonUp:(id)fp8;
  36. - (void)_changeTrackButtonTouchPause:(id)fp8;
  37. - (void)_volumeChange:(id)fp8;
  38. - (void)_showAudioRoutes:(id)fp8;
  39. - (void)_registerForNowPlayingNotifications;
  40. - (void)_unregisterForNowPlayingNotifications;
  41. - (void)_registerForVolumeNotifications;
  42. - (void)_unregisterForVolumeNotifications;
  43. - (void)_nowPlayingChanged:(id)fp8;
  44. - (void)_systemVolumeChanged:(id)fp8;
  45. - (void)audioDeviceControllerAudioRoutesChanged:(id)fp8;
  46. - (void)audioDeviceControllerMediaServerDied:(id)fp8;
  47.  
  48. @end
Add Comment
Please, Sign In to add comment