9 lines
117 B
C#
9 lines
117 B
C#
namespace CompanyManagment.App.Contracts.AndroidApkVersion;
|
|
|
|
public enum ApkType
|
|
{
|
|
WebView,
|
|
FaceDetection
|
|
}
|
|
|