7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
<?php
|
|
namespace LIB;
|
|
abstract class lib_jscss extends lib{
|
|
protected static function js_path(){}
|
|
protected static function css_path(){}
|
|
}
|