Skip to content

Commit

Permalink
Fix: Make this interface functional or replace it with a function type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guri999 committed Jan 10, 2025
1 parent 10fa093 commit 3ffe81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/explore/src/main/java/kr/co/util/IFileManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package kr.co.util

import kr.co.model.FileInfo

interface IFileManager {
internal fun interface IFileManager {
suspend fun readPDFOrDirectory(path: String): List<FileInfo>
}

0 comments on commit 3ffe81c

Please sign in to comment.