1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-05-09 10:36:41 +03:00
openvk/Web/Util/Makima/MasonryLayout.php
celestora c566c7e402 draft masonry picture layout in posts xddd
где мои опиаты???
2022-12-11 19:30:01 +02:00

10 lines
192 B
PHP

<?php declare(strict_types=1);
namespace openvk\Web\Util\Makima;
class MasonryLayout {
public $colSizes;
public $rowSizes;
public $tiles;
public $width;
public $height;
}