rhymix/classes/handler/Handler.class.php
2013-11-08 05:52:51 +00:00

14 lines
261 B
PHP

<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
/**
* An abstract class of (*)Handler
*
* @author NAVER (developers@xpressengine.com)
*/
class Handler
{
}
/* End of file Handler.class.php */
/* Location: ./classes/handler/Handler.class.php */