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/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