1370b324cSopenharmony_ci// MethodId.h 2370b324cSopenharmony_ci 3370b324cSopenharmony_ci#ifndef ZIP7_INC_7Z_METHOD_ID_H 4370b324cSopenharmony_ci#define ZIP7_INC_7Z_METHOD_ID_H 5370b324cSopenharmony_ci 6370b324cSopenharmony_ci#include "../../Common/MyTypes.h" 7370b324cSopenharmony_ci 8370b324cSopenharmony_citypedef UInt64 CMethodId; 9370b324cSopenharmony_ci 10370b324cSopenharmony_ci#endif 11