gnu-social/src/Core/Modules/Thumbnail.php

11 lines
187 B
PHP

<?php
namespace App\Core\Modules;
// an interface that specifies how thumbs shall be created, allowing for generation of image, video, pdf, wtv by plugin
abstract class Thumbnail
{
}