Skip to content

Commit decfb9b

Browse files
authored
SubtitleLine.kt
1 parent 7211db6 commit decfb9b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
package com.subpilot.data
1+
package com.geekneuron.subpilot.data
22

3-
data class SubtitleLine(...)
3+
data class SubtitleLine(
4+
val index: Int,
5+
val startMs: Long,
6+
val endMs: Long,
7+
val text: String
8+
)

0 commit comments

Comments
 (0)