Files
easy7zip/CPP/7zip/UI/Common/Property.h
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

15 lines
180 B
C
Executable File

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