// // ****************************************************************** // // /\ /| @File protocol_Usb_enums.h // // \ V/ @Brief // // | "") @Author lijinwen, ghz005@uni-trend.com.cn // // / | @Creation 2024-05-17 // // / \\ @Modified 2024-06-24 // // *(__\_\ // // ****************************************************************** #pragma once #include namespace Protocol { class xxxEnums { public: enum class XXX { }; }; }