16 lines
257 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
namespace SPC\builder\macos\library;
/**
* gmp is a template library class for unix
*/
class imagemagick extends MacOSLibraryBase
{
2023-05-17 22:08:13 +08:00
use \SPC\builder\unix\library\imagemagick;
2023-05-17 22:08:13 +08:00
public const NAME = 'imagemagick';
}