itachi1706/SingBuses

View on GitHub
app/src/main/java/com/itachi1706/busarrivalsg/gsonObjects/sgLTA/BusStopJSONArray.kt

Summary

Maintainability
A
35 mins
Test Coverage
package com.itachi1706.busarrivalsg.gsonObjects.sgLTA

/**
 * Created by Kenneth on 18/6/2015
 * for SingBuses in package com.itachi1706.busarrivalsg.gsonObjects.sgLTA
 */
@Suppress("ArrayInDataClass")
data class BusStopJSONArray(val value: Array<BusStopJSON>? = null)