This commit is contained in:
Михаил Капелько
2023-06-06 19:27:16 +03:00
parent c50ee9aabb
commit 290b255e6e
3 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
protocol Context {
var itemsCount: Float { get }
var itemsCount: Float { get }
}
class Position {