blob: ed31989ffdd4ecfb0ea1716e330c518fa3bd64d4 [file] [log] [blame]
package com.airbnb.lottie.samples.model
data class AnimationResponseV2(
val data: List<AnimationDataV2> = emptyList(),
)