refactor: make BaseFinder.BaseResult public

This commit is contained in:
2023-10-02 23:07:25 +08:00
parent a681ac61f7
commit a572c65677

View File

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