Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
feat(app): create UserView class
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 2, 2023
1 parent d92c6a9 commit f90224a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.intelligentbackpack.app.viewdata

data class UserView(
val email: String = "",
val password: String = "",
val name: String = "",
val surname: String = ""
)

0 comments on commit f90224a

Please sign in to comment.