@interface PXPhotoKitAssetCollectionRenameActionPerformer : PXPhotoKitAssetCollectionActionPerformer + (BOOL)canPerformOnAssetCollectionReference:(id)a0 withInputs:(id)a1; + (id)createActivityWithTitle:(id)a0 actionType:(id)a1 actionSystemImageName:(id)a2; + (id)localizedTitleForUseCase:(unsigned long long)a0 assetCollectionReference:(id)a1 withInputs:(id)a2; + (id)systemImageNameForAssetCollectionReference:(id)a0 withInputs:(id)a1; - (void)performUserInteractionTask; - (id)_displayableSingleLineTextForTitle:(id)a0; - (void)_reallyPerformUserInteractionTask; @end