]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRITunesPairingController.h
df4fa70b201b4e8dda5f88c8dff7d471debbfaa5
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRITunesPairingController.h
1 /*
2  *     Generated by class-dump 3.1.1.
3  *
4  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
5  */
6
7 #import <BackRow/BRController.h>
8
9 @class BRHeaderControl, BRPairingPinControl, BRTextControl, NSString;
10
11 @interface BRITunesPairingController : BRController
12 {
13     BRHeaderControl *_header;
14     BRPairingPinControl *_pinControl;
15     BRTextControl *_requirementText;
16     NSString *_pin;
17     NSString *_startNotificationName;
18     NSString *_stopNotificationName;
19     BOOL _pairingHappenedWhileBuried;
20 }
21
22 + (id)iTunesPairingControllerForInitialSync;
23 + (id)iTunesPairingControllerForSync;
24 + (id)iTunesPairingControllerForChangingSyncHost;
25 + (id)iTunesPairingControllerForStreaming;
26 - (void)dealloc;
27 - (void)willBePushed;
28 - (void)wasPushed;
29 - (void)willBePopped;
30 - (void)wasPopped;
31 - (void)wasExhumedByPoppingController:(id)fp8;
32 - (BOOL)brEventAction:(id)fp8;
33
34 @end
35