Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
9 lines
129 B
PHP
Executable File
9 lines
129 B
PHP
Executable File
<?php
|
|
namespace XaiCorp\AbcParser\Interfaces;
|
|
|
|
interface Exporter
|
|
{
|
|
public function toAbc();
|
|
|
|
public function toJson();
|
|
} |