<?php
namespace Concrete\Core\Feature;
interface ImageFeatureInterface {


	public function getImageFeatureDetailFileObject();


}
