Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class Iteration(private val no: String, private val startDate: LocalDate, private val endDate: LocalDate)
  2. class Story(private val name: String, private val iteration: Iteration?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement