mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
10 lines
No EOL
139 B
PHP
10 lines
No EOL
139 B
PHP
<?php
|
|
|
|
namespace RainLoop\Enumerations;
|
|
|
|
class InterfaceAnimation
|
|
{
|
|
const NONE = 'None';
|
|
const NORMAL = 'Normal';
|
|
const FULL = 'Full';
|
|
} |