Compare commits
1 Commits
master
...
feature/pu
| Author | SHA1 | Date |
|---|---|---|
|
|
e3db439989 |
|
|
@ -1,7 +1,7 @@
|
|||
package ru.touchin.push.message.provider.dto
|
||||
|
||||
class Notification(
|
||||
val title: String,
|
||||
val title: String?,
|
||||
val description: String,
|
||||
val imageUrl: String?
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue