1
0
Fork 0
mirror of https://github.com/ethauvin/kotlin-pluralizer.git synced 2025-04-29 10:18:12 -07:00

new package name

This commit is contained in:
Cesar Ferreira 2016-09-04 15:36:35 +01:00
parent 6a0d0f4fe0
commit 156449c8a8
9 changed files with 15 additions and 33 deletions

View file

@ -0,0 +1,7 @@
package com.cesarferreira.pluralize.utils
enum class Plurality {
Singular,
Plural,
CouldBeEither
}