feat: initialized popup view for the combined modules (#1084)

This commit is contained in:
Serhiy Mytrovtsiy
2023-02-22 20:17:39 +01:00
parent 03c30606cf
commit 2a6c7b1dcd
7 changed files with 127 additions and 17 deletions

View File

@@ -18,6 +18,7 @@ public struct Popup_c_s {
public let spacing: CGFloat = 2
public let headerHeight: CGFloat = 42
public let separatorHeight: CGFloat = 30
public let portalHeight: CGFloat = 100
}
public struct Settings_c_s {