android_mt6572_jiabo/external/p7zip/CPP/7zip/UI/Common/Property.h
2025-09-05 16:56:03 +08:00

14 lines
166 B
C

// Property.h
#ifndef __7Z_PROPERTY_H
#define __7Z_PROPERTY_H
#include "../../../Common/MyString.h"
struct CProperty
{
UString Name;
UString Value;
};
#endif