android13/external/lzma/CPP/7zip/UI/Common/Property.h

15 lines
180 B
C

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