remove useless struct

This commit is contained in:
Hailey
2024-01-12 16:13:49 -08:00
parent 5174744213
commit 7dcac644ba
2 changed files with 6 additions and 9 deletions
@@ -1,8 +1,5 @@
import ExpoModulesCore
struct TextSegments: Decodable {
let segments: Array<TextSegment>
}
struct TextSegment: Decodable {
let index: Int