mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
12 lines
191 B
PHP
12 lines
191 B
PHP
<?php
|
|
/**
|
|
* @class sample_layout
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief test 레이아웃
|
|
* @todo 미구현
|
|
**/
|
|
|
|
class sample_layout extends Layout {
|
|
}
|
|
|
|
?>
|