You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- --
- -- Author: songge
- -- Date: 2016-03-29 14:47:07
- -- define event name
-
-
- local BaseEvent = BaseEvent or {}
-
- BaseEvent.APP_CPP_EVENT_NETWORK_STATE = "APP_CPP_EVENT_NETWORK_STATE" --获取网络连接状态,勿修改
- BaseEvent.EVENT_LOADING_CLOSE = "EVENT_LOADING_CLOSE"
-
- return BaseEvent
|