This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-10-23 21:15:12 +02:00
|
|
|
package com.denizd.substitutionplan.data
|
|
|
|
|
|
|
|
|
|
internal enum class Caller {
|
|
|
|
|
SUBSTITUTION,
|
|
|
|
|
FOODMENU,
|
|
|
|
|
JOBSERVICE,
|
|
|
|
|
SETTINGS
|
|
|
|
|
}
|