-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPUAssetActionPerformer.h
More file actions
56 lines (52 loc) · 2.3 KB
/
Copy pathPUAssetActionPerformer.h
File metadata and controls
56 lines (52 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/Frameworks/PhotosUI.framework/PhotosUI (462.0.100)
*/
@interface PUAssetActionPerformer : NSObject {
NSObject<OS_os_log> * _actionPerformerLog;
unsigned long long _actionType;
NSArray * _assets;
NSDictionary * _assetsByAssetCollection;
id /* block */ _completionHandler;
<PUAssetActionPerformerDelegate> * _delegate;
UIViewController * _presentedViewController;
unsigned long long _sourceContext;
unsigned long long _state;
}
@property (nonatomic) NSObject<OS_os_log> *actionPerformerLog;
@property (nonatomic, readonly) unsigned long long actionType;
@property (nonatomic, readonly, copy) NSArray *assets;
@property (nonatomic, readonly, copy) NSDictionary *assetsByAssetCollection;
@property (nonatomic) <PUAssetActionPerformerDelegate> *delegate;
@property (nonatomic, readonly) UIViewController *presentedViewController;
@property (nonatomic) unsigned long long sourceContext;
@property (nonatomic, readonly) unsigned long long state;
- (void).cxx_destruct;
- (void)_completeStateWithSuccess:(bool)arg1 error:(id)arg2;
- (void)_completeUnlockTaskWithSuccess:(bool)arg1 error:(id)arg2;
- (void)_handleStepFinished:(unsigned long long)arg1 withSuccess:(bool)arg2 error:(id)arg3;
- (void)_performUnlockIfNeeded;
- (bool)_requiresUnlockedDevice;
- (void)_transitionToState:(unsigned long long)arg1 withSuccess:(bool)arg2 error:(id)arg3;
- (id)actionPerformerLog;
- (unsigned long long)actionType;
- (id)assets;
- (id)assetsByAssetCollection;
- (void)completeBackgroundTaskWithSuccess:(bool)arg1 error:(id)arg2;
- (void)completeUserInteractionTaskWithSuccess:(bool)arg1 error:(id)arg2;
- (id)delegate;
- (bool)dismissViewController:(id)arg1 completionHandler:(id /* block */)arg2;
- (id)init;
- (id)initWithActionType:(unsigned long long)arg1 assets:(id)arg2 orAssetsByAssetCollection:(id)arg3;
- (void)performBackgroundTask;
- (void)performUserInteractionTask;
- (void)performWithCompletionHandler:(id /* block */)arg1;
- (void)preheatUserInteractionTask;
- (bool)presentViewController:(id)arg1;
- (id)presentedViewController;
- (void)setActionPerformerLog:(id)arg1;
- (void)setDelegate:(id)arg1;
- (void)setSourceContext:(unsigned long long)arg1;
- (unsigned long long)sourceContext;
- (unsigned long long)state;
@end