luxlabs header browser preview


@protocol WFFileStorageServiceOperation;

@interface WFMoveFileAction : WFAction

@property (retain, nonatomic) id<WFFileStorageServiceOperation> saveOperation;

- (void).cxx_destruct;
- (id)contentDestinationWithError:(id *)a0;
- (void)runAsynchronouslyWithInput:(id)a0;
- (id)smartPromptWithContentDescription:(id)a0 contentDestination:(id)a1 workflowName:(id)a2;

@end