This commit is contained in:
Михаил Капелько
2023-05-24 19:51:40 +03:00
parent b7a3be5685
commit 187af293e9
6 changed files with 33 additions and 20 deletions

11
shared/model.iOS.swift Normal file
View File

@@ -0,0 +1,11 @@
func memorySide() -> Float {
return 50
}
func memorySpace() -> Float {
return 20
}
func memoryGap() -> Float {
return memorySide() + memorySpace()
}