Files
easy7zip/CPP/7zip/UI/Common/Property.h
Igor Pavlov 35596517f2 9.21
2016-05-28 00:16:05 +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