Files
easy7zip/7zip/UI/Common/Property.h
Igor Pavlov 0f60a4933b 4.34 beta
2016-05-28 00:15:46 +01:00

15 lines
149 B
C
Executable File

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