/* * Copyright (c) 2023. Open Mobile Platform LLC. * License: Proprietary. */ abstract class BuildConfig { bool get isDebug; }