1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-04-17 09:16:44 +02:00
antd-web-apps/apps/silk/api/BaseController.lua
2018-08-20 11:21:58 +02:00

7 lines
145 B
Lua

-- This is the base model class
require("OOP")
-- create class
BaseController = Object:inherit{db=nil, name=''}
function BaseController:do()
end