Files
easy7zip/CPP/7zip/UI/Common/Property.h
Igor Pavlov d9666cf046 4.44 beta
2016-05-28 00:15:49 +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