// // RPMacros.h // red_protocol // // Created by 杜家兑 on 2024/3/1. // #ifndef RPMacros_h #define RPMacros_h #include ///命名空间 #define NS_RP_BEGIN namespace redprotocol { #define NS_RP_END } #endif /* RPMacros_h */