snappymail/rainloop/v/0.0.0/app/libraries/RainLoop/Enumerations/Layout.php

11 lines
132 B
PHP
Raw Normal View History

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