git-svn-id: http://xe-core.googlecode.com/svn/trunk@503 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-16 07:45:25 +00:00
parent 5505623c41
commit c0ea93eda4

View file

@ -1,16 +0,0 @@
<?php
/**
* @class Layout
* @author zero (zero@nzeo.com)
* @brief 레이아웃 관리
* @todo 미구현
**/
class Layout extends Object {
/**
* @brief constructor
**/
function Layout() {
}
}
?>