<?php
namespace Westdc\Visual;
interface RecordInterface
{
public function outPut();
public function getData();
}