mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-03-18 04:10:15 +01:00
Put parameters on separate lines
This commit is contained in:
parent
6a361c2630
commit
d10dd72681
@ -1,4 +1,12 @@
|
||||
package com.simplemobiletools.calendar.pro.models
|
||||
|
||||
data class DayMonthly(val value: Int, val isThisMonth: Boolean, val isToday: Boolean, val code: String, val weekOfYear: Int, var dayEvents: ArrayList<Event>,
|
||||
var indexOnMonthView: Int, var isWeekend: Boolean)
|
||||
data class DayMonthly(
|
||||
val value: Int,
|
||||
val isThisMonth: Boolean,
|
||||
val isToday: Boolean,
|
||||
val code: String,
|
||||
val weekOfYear: Int,
|
||||
var dayEvents: ArrayList<Event>,
|
||||
var indexOnMonthView: Int,
|
||||
var isWeekend: Boolean
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user