From 6e9cbb9b9d99149008b8812ae1bf89091b59575a Mon Sep 17 00:00:00 2001 From: aric3435 <157071384+arichornloverALT@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:02:51 -0500 Subject: [PATCH] Update uYouPlusPatches.h --- Sources/uYouPlusPatches.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index a9ecf33d5f..949cf9c0bb 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -15,6 +15,7 @@ - (void)startAudioDownload; - (void)downloadAudioWithoutConversion:(NSURL *)audioURL; - (NSString *)documentsDirectory; +- (NSString *)getFilePathForURL:(NSURL *)audioURL; @end