]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRTrackInfoControl.h
c892d299beea44f67d2d7e759757ba47d0e0240c
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRTrackInfoControl.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/BRControl.h>
8
9 @class BRMusicPlayer, BRTrackInfoLayer, NSString, NSTimer;
10
11 @interface BRTrackInfoControl : BRControl
12 {
13     BRTrackInfoLayer *_layer;
14     BRMusicPlayer *_player;
15     NSString *_lastAssetID;
16     NSTimer *_hideTimer;
17 }
18
19 - (id)init;
20 - (void)dealloc;
21 - (id)layer;
22 - (BOOL)brEventAction:(id)fp8;
23 - (void)controlWasActivated;
24 - (void)controlWasDeactivated;
25
26 @end
27