Initial commit

This commit is contained in:
2022-09-22 01:49:58 +02:00
commit e58591a874
10 changed files with 819 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace NoccyLabs\Spinner\Style;
interface StyleInterface
{
public function getFrames(): array;
}