Skip to content

Commit

Permalink
feat: add a new data class where sensitive datas are shared to all vi…
Browse files Browse the repository at this point in the history
…ew models
  • Loading branch information
Harrish92 committed Nov 21, 2024
1 parent 76887ff commit 8e6a7bb
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.android.periodpals.model.shared

/**
* Data class for shared data among view models.
*
* @property userId The ID of the user.
*/
data class SharedData(val userId: String)

0 comments on commit 8e6a7bb

Please sign in to comment.