Skip to content

Commit

Permalink
#108 [FEAT] : tab type 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonji-sw committed Nov 22, 2024
1 parent 2ee72e3 commit cb4ef56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions feature/news/src/main/java/com/teamwable/news/NewsTabType.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.teamwable.news

import androidx.annotation.StringRes

enum class NewsTabType(@StringRes val idx: Int) {
MATCH(0),
RANK(1),
NEWS(2),
NOTICE(3),
}

0 comments on commit cb4ef56

Please sign in to comment.