Skip to content

Commit

Permalink
del/#5 user 데이터 클래스 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeeum committed Apr 11, 2024
1 parent 131ba88 commit 3205e16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/main/java/com/sopt/now/Friend.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ package com.sopt.now

import androidx.annotation.DrawableRes

data class User(
@DrawableRes val profileImage: Int,
val name: String,
val selfDescription: String
)
data class Friend(
@DrawableRes val profileImage: Int,
val name: String,
Expand Down

0 comments on commit 3205e16

Please sign in to comment.