Skip to content

Commit

Permalink
feature #13: MyDataSource
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeeum committed Dec 6, 2024
1 parent 9f0cd0e commit 66fa970
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 org.sopt.and.data.datasource

import org.sopt.and.data.dto.response.BaseResponse
import org.sopt.and.data.dto.response.ResponseUserHobbyDto

interface MyDataSource {
suspend fun getUserHobby(): BaseResponse<ResponseUserHobbyDto>
}

0 comments on commit 66fa970

Please sign in to comment.