13 lines
184 B
PHP
Raw Normal View History

2025-07-18 14:04:55 +07:00
<?php
declare(strict_types=1);
namespace SPC\builder\macos\library;
class jbig extends MacOSLibraryBase
{
use \SPC\builder\unix\library\jbig;
public const NAME = 'jbig';
}