| 1234567891011121314 |
- #pragma once
- typedef enum {
- //WSCustomEvent
- WSCustomEventStartId = 100,
- WSCustomEventSceneSettingLock,
- WSCustomEventViewReceiverOK,
- WSCustomEventViewReceiverConfig,
- WSCustomEventViewReceiverBack,
- WSCustomEventViewReceiverOffDisplay,
- WSCustomEventViewReceiverUnlock,
- } WSCustomEvent;
|