]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/BackRowHeaders/Headers/BRAppManager.h
e68267ea71dba9d78f080739f7c6672fcacf8ce8
[vlc] / projects / macosx / frontrow_plugin / BackRowHeaders / Headers / BRAppManager.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 @interface BRAppManager : NSObject
10 {
11     id _delegate;
12     struct __CFRunLoop *_mainRunLoop;
13     BOOL _isTerminating;
14 }
15
16 + (id)sharedApplication;
17 - (id)init;
18 - (void)dealloc;
19 - (void)terminate;
20 - (BOOL)isTerminating;
21 - (BOOL)enableITMS;
22 - (void)run;
23 - (void)postNotificationOnMainThread:(id)fp8;
24 - (id)delegate;
25 - (void)setDelegate:(id)fp8;
26 - (void)_postNotification:(id)fp8;
27
28 @end
29