Skip to content

Commit

Permalink
feat: 레시피 추천 저장소 정의
Browse files Browse the repository at this point in the history
(cherry picked from commit 2861a87)
  • Loading branch information
SeongHoonC committed Jun 2, 2024
1 parent e4708bd commit c4b8add
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.sundaegukbap.banchango.core.data.repository.api

import com.sundaegukbap.banchango.Recipe

interface RecipeRepository {
fun getRecipeRecommendation(): List<Recipe>
}

0 comments on commit c4b8add

Please sign in to comment.