*/ /** * This is a null view that we use to indicate to the theme that it should * render a progress bar. * * @package GalleryCore * @subpackage UserInterface */ class ProgressBarView extends GalleryView { } ?>