30 lines
422 B
Plaintext
30 lines
422 B
Plaintext
SetViewMsgPushState = class("SetViewMsgPushState",SubView)
|
|
|
|
function SetViewMsgPushState:Init ()
|
|
self:FindObj()
|
|
self:Show()
|
|
end
|
|
|
|
function SetViewMsgPushState:FindObj ()
|
|
|
|
end
|
|
|
|
function SetViewMsgPushState:Show ()
|
|
|
|
end
|
|
|
|
function SetViewMsgPushState:Save ()
|
|
|
|
end
|
|
|
|
function SetViewMsgPushState:Exit ()
|
|
|
|
end
|
|
|
|
function SetViewMsgPushState:SwitchOn ()
|
|
|
|
end
|
|
|
|
function SetViewMsgPushState:SwitchOff ()
|
|
|
|
end |