initial commit

This commit is contained in:
2016-04-15 21:38:56 -04:00
commit 1d3e8e3117
79 changed files with 16223 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace XaiCorp\AbcParser\Interfaces;
interface Exporter
{
public function toAbc();
public function toJson();
}