]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIContinuation.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIContinuation.h
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 #import <UIKit/UIContinuation-Protocol.h>
10
11 @class NSMutableDictionary;
12
13 @interface UIContinuation : NSObject <UIContinuation>
14 {
15 NSMutableDictionary *_properties;
16 id _continuationContext;
17 id _continuationTarget;
18 SEL _continuationSelector;
19 }
20
21 - (id)initWithTarget:(id)fp8 context:(id)fp12 continuationSelector:(SEL)fp16;
22 - (id)context;
23 - (void)dealloc;
24 - (void)setValue:(id)fp8 forProperty:(id)fp12;
25 - (id)valueForProperty:(id)fp8;
26 - (void)doContinuation;
27
28 @end
29