Skip to content

Commit a1ba4ef

Browse files
committed
Add model SpamData
1 parent 0036c92 commit a1ba4ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
package com.addev.listaspam
22

3-
class SpamData(val reports: Int, val searches: Int, var responderONoNegative: Boolean)
3+
class SpamData(
4+
val reports: Int,
5+
val searches: Int,
6+
var responderONoNegative: Boolean)

0 commit comments

Comments
 (0)