1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00
antd-web-apps/apps/silk/api/BaseView.lua
2018-08-20 11:21:58 +02:00

7 lines
133 B
Lua

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