12 lines
162 B
PHP
12 lines
162 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Media\QuickTime\Atoms\moov\meta;
|
||
|
|
||
|
// Unused space available in file.
|
||
|
|
||
|
use App\Media\QuickTime\Atoms\SubAtom;
|
||
|
|
||
|
class free extends SubAtom
|
||
|
{
|
||
|
|
||
|
}
|