Skip to content

Commit

Permalink
interface에 internal 접근 제한자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
WonJoongLee committed Feb 10, 2022
1 parent 64a3f85 commit 5c7c294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/kotlin/kodi/KodiInterface.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package kodi

interface KodiInterface {
internal interface KodiInterface {
fun insertList(list: List<String>)
fun getMatchStrings(inputString: String): List<String>
}

0 comments on commit 5c7c294

Please sign in to comment.