]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRTimer.h
macosx: replaced deprecated 'UpdateSystemActivity' call with a modern, IOKit-based...
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRTimer.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 "NSObject.h"
8
9 @class NSString;
10
11 @interface BRTimer : NSObject
12 {
13     NSString *_name;
14     double _interval;
15 }
16
17 + (id)createTimerWithName:(id)fp8;
18 - (id)initWithName:(id)fp8;
19 - (void)dealloc;
20
21 @end
22