From ce4eaddf9eb835f01e6bf5845a063d306f322b24 Mon Sep 17 00:00:00 2001
From: Aeline <liu9421wen@163.com>
Date: 星期一, 08 三月 2021 18:16:51 +0800
Subject: [PATCH] al

---
 BuWanVideo2.0/CSJ/BUFoundation.framework/Headers/BU_SDDiskCache.h |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/BuWanVideo2.0/CSJ/BUFoundation.framework/Headers/BU_SDDiskCache.h b/BuWanVideo2.0/CSJ/BUFoundation.framework/Headers/BU_SDDiskCache.h
index df17915..20fe547 100644
--- a/BuWanVideo2.0/CSJ/BUFoundation.framework/Headers/BU_SDDiskCache.h
+++ b/BuWanVideo2.0/CSJ/BUFoundation.framework/Headers/BU_SDDiskCache.h
@@ -110,16 +110,4 @@
 
 - (nonnull instancetype)init NS_UNAVAILABLE;
 
-/**
- Move the cache directory from old location to new location, the old location will be removed after finish.
- If the old location does not exist, does nothing.
- If the new location does not exist, only do a movement of directory.
- If the new location does exist, will move and merge the files from old location.
- If the new location does exist, but is not a directory, will remove it and do a movement of directory.
-
- @param srcPath old location of cache directory
- @param dstPath new location of cache directory
- */
-- (void)moveCacheDirectoryFromPath:(nonnull NSString *)srcPath toPath:(nonnull NSString *)dstPath;
-
 @end

--
Gitblit v1.8.0