refactor: make BaseFinder.BaseResult public

This commit is contained in:
2023-10-02 23:07:15 +08:00
parent b8bb903ff7
commit 71203cd9bf

View File

@@ -136,5 +136,5 @@ abstract class BaseFinder {
*
* - 此功能交由方法体自动完成 - 你不应该手动继承此接口
*/
internal interface BaseResult
interface BaseResult
}