Skip to content

Commit

Permalink
#219 이메일 인증 요청 다이얼로그 함수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pknujsp committed Mar 11, 2024
1 parent 0a93b2d commit 2232597
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.android.mediproject.feature.intro

fun emailVerificationDialog(verifyCode: (String) -> Unit, resendCode: () -> Unit) {

}

0 comments on commit 2232597

Please sign in to comment.