snappymail/rainloop/v/0.0.0/app/libraries/RainLoop/Enumerations/Layout.php
2021-01-16 17:51:14 +03:00

10 lines
133 B
PHP

<?php
namespace RainLoop\Enumerations;
class Layout
{
const NO_PREVIEW = 0;
const SIDE_PREVIEW = 1;
const BOTTOM_PREVIEW = 2;
}