Files
easy7zip/CPP/7zip/UI/Common/Property.h
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

15 lines
166 B
C
Executable File

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