-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPUAssetActionManager.h
More file actions
36 lines (31 loc) · 1.9 KB
/
Copy pathPUAssetActionManager.h
File metadata and controls
36 lines (31 loc) · 1.9 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
/* Generated by RuntimeBrowser
Platform: iOS 15.7.3 (19H307) arm64
Image: /System/Library/Frameworks/PhotosUI.framework/PhotosUI (462.0.100)
*/
@interface PUAssetActionManager : NSObject {
<PUAssetActionManagerDelegate> * _delegate;
}
@property (nonatomic) <PUAssetActionManagerDelegate> *delegate;
@property (nonatomic, readonly) PXSectionedSelectionManager *px_selectionManager;
+ (id /* block */)_unlockDeviceHandler;
+ (id)actionManagerLog;
+ (void)setUnlockDeviceHandler:(id /* block */)arg1;
- (void).cxx_destruct;
- (id)_assetsByAssetCollectionForAssetReferences:(id)arg1;
- (id)actionPerformerForDuplicatingAssetsByAssetCollection:(id)arg1 withNewStillImageTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg2;
- (id)actionPerformerForRemoveAssetsFromFeaturedPhotosByAssetCollection:(id)arg1 assetToSuggestionMap:(id)arg2;
- (id)actionPerformerForSettingFavoriteTo:(bool)arg1 onAssetsByAssetCollection:(id)arg2;
- (id)actionPerformerForSimpleActionType:(unsigned long long)arg1 onAssetReferences:(id)arg2;
- (id)actionPerformerForSimpleActionType:(unsigned long long)arg1 onAssetsByAssetCollection:(id)arg2;
- (id)barButtonItemForActionType:(unsigned long long)arg1;
- (bool)canPerformAction:(unsigned long long)arg1 onAllAssetReferences:(id)arg2;
- (bool)canPerformAction:(unsigned long long)arg1 onAllAssetsByAssetCollection:(id)arg2;
- (bool)canPerformActionType:(unsigned long long)arg1 onAsset:(id)arg2 inAssetCollection:(id)arg3;
- (id)delegate;
- (unsigned long long)preferredTrashActionTypeOnAssetsByAssetCollection:(id)arg1;
- (unsigned long long)preferredTrashActionTypeOnAssetsByAssetCollection:(id)arg1 allowsRemove:(bool)arg2;
- (id)px_selectionManager;
- (void)setDelegate:(id)arg1;
- (bool)shouldEnableActionType:(unsigned long long)arg1 onAllAssetsByAssetCollection:(id)arg2;
- (bool)shouldEnableActionType:(unsigned long long)arg1 onAsset:(id)arg2 inAssetCollection:(id)arg3;
@end