13 lines
184 B
PHP
Raw Normal View History

2024-11-09 22:07:52 +08:00
<?php
declare(strict_types=1);
namespace SPC\builder\macos\library;
class grpc extends MacOSLibraryBase
{
use \SPC\builder\unix\library\grpc;
public const NAME = 'grpc';
}