Skip to content

Commit

Permalink
Merge pull request quran#1936 from quran/fix_missing_interface_method
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre authored Apr 7, 2022
2 parents 6eea28a + 47d030d commit 1d6fe38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ interface RecitationSession {

fun startAyah(): SuraAyah
fun currentAyah(): SuraAyah
fun startedAt(): Long

fun recitation(): Recitation
}

0 comments on commit 1d6fe38

Please sign in to comment.