<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2014/10/22
* Time: 11:29
*/
namespace Westdc\Config;
interface ConfigInterface {
public function get();
}