Files
easy7zip/CPP/7zip/UI/Common/Property.h
Igor Pavlov fd8b1d78b4 4.48 beta
2016-05-28 00:15:52 +01:00

15 lines
151 B
C
Executable File

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