| 1234567891011121314 |
- #pragma once
- typedef enum {
- //PCSGCustomEvent
- PCSGCustomEventStartId = 100,
- PCSGCustomEventSceneSettingLock,
- PCSGCustomEventViewReceiverOK,
- PCSGCustomEventViewReceiverConfig,
- PCSGCustomEventViewReceiverBack,
- PCSGCustomEventViewReceiverOffDisplay,
- PCSGCustomEventViewReceiverUnlock,
- } PCSGCustomEvent;
|