Skip to content

Commit

Permalink
Merge pull request #180 from Semoban/feature/home
Browse files Browse the repository at this point in the history
bug: 홈 화면 버그 수정
  • Loading branch information
hxeyexn authored May 19, 2024
2 parents 3e718a5 + ccde6b5 commit dfc3b19
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 263 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.project.meongcare.home.model.data.local

import java.util.Date

interface HorizonCalendarItemClickListener {
fun onItemClick(position: Int)
fun onItemClick(date: Date)
}
Loading

0 comments on commit dfc3b19

Please sign in to comment.