#import <UIContinuation.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithTarget:context:continuationSelector: |
| (id) | - context |
| (void) | - dealloc |
| (void) | - setValue:forProperty: |
| (id) | - valueForProperty: |
| (void) | - doContinuation |
Geschützte Attribute | |
| NSMutableDictionary * | _properties |
| id | _continuationContext |
| id | _continuationTarget |
| SEL | _continuationSelector |
Definiert in Zeile 13 der Datei UIContinuation.h.
| - (id) initWithTarget: | (id) | fp8 | ||
| context: | (id) | fp12 | ||
| continuationSelector: | (SEL) | fp16 | ||
| - (id) context |
| - (void) dealloc |
Implementiert NSObject.
| - (void) setValue: | (id) | fp8 | ||
| forProperty: | (id) | fp12 | ||
| - (id) valueForProperty: | (id) | fp8 |
| - (void) doContinuation |
- (NSMutableDictionary*) _properties [protected] |
Definiert in Zeile 15 der Datei UIContinuation.h.
- (id) _continuationContext [protected] |
Definiert in Zeile 16 der Datei UIContinuation.h.
- (id) _continuationTarget [protected] |
Definiert in Zeile 17 der Datei UIContinuation.h.
- (SEL) _continuationSelector [protected] |
Definiert in Zeile 18 der Datei UIContinuation.h.