2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
11 @interface UIRemoteApplication
: NSObject
13 NSString
*_machServiceName
;
15 struct __CFMachPort
*_portRef
;
18 - (id
)initWithBundleIdentifier
:(id
)fp8
;
19 - (id
)initWithMachServiceName
:(id
)fp8
;
21 - (void)invalidatePort
;
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
;