]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 <Foundation/NSObject.h> | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface UIRemoteApplication : NSObject | |
12 | { | |
13 | NSString *_machServiceName; | |
14 | unsigned int _port; | |
15 | struct __CFMachPort *_portRef; | |
16 | } | |
17 | ||
18 | - (id)initWithBundleIdentifier:(id)fp8; | |
19 | - (id)initWithMachServiceName:(id)fp8; | |
20 | - (void)dealloc; | |
21 | - (void)invalidatePort; | |
22 | - (void)disconnected; | |
23 | - (BOOL)updatePort; | |
24 | - (BOOL)available; | |
25 | - (BOOL)disableMiniAlerts:(int)fp8; | |
26 | - (BOOL)enableMiniAlerts:(char *)fp8; | |
27 | - (BOOL)wantsToShowMiniAlert:(char *)fp8; | |
28 | - (BOOL)statusBarWillAnimateToHeight:(float)fp8 duration:(double)fp12 fence:(int)fp20; | |
29 | ||
30 | @end | |
31 |