Skip to content

Commit

Permalink
[feature/common/royal_flush_edit_text]: #9 feat: 빈 문자열을 반환하는 확장 프로퍼티 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
soopeach committed May 16, 2023
1 parent 9b85710 commit 6d9b401
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.ggne.feature_common.extensions

val String.Companion.EMPTY: String
get() = ""

0 comments on commit 6d9b401

Please sign in to comment.