NTP-63647 | Sidharth Bamba | permission unused code removed (#16335)

This commit is contained in:
Sidharth Bamba
2025-05-27 14:12:05 +05:30
committed by GitHub
parent fda52b14ce
commit 4ba56a1008

View File

@@ -1,13 +0,0 @@
/*
*
* * Copyright © 2024-2025 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.bbps.feature.permission.model.view
data class PermissionScreenBottomSheetHolder(
val showBottomSheet: Boolean,
val bottomSheetStateChange: Boolean,
)