<?php

namespace App\Media\QuickTime\Atoms;

// Reserved spaceā€”can be overwritten by an extended size field if the following atom exceeds 2^32 bytes,
// without displacing the contents of the following atom.

use App\Media\QuickTime\Atom;

class wide extends Atom
{

}