Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
7zip
/
UI
/
Common
/
Property.h
blob: 31234ad3c5dc8f144263a8a7d70c43e7a4e9eae0 [
file
] [
log
] [
blame
] [
edit
]
// Property.h
#ifndef
__7Z_PROPERTY_H
#define
__7Z_PROPERTY_H
#include
"../../../Common/MyString.h"
struct
CProperty
{
UString
Name
;
UString
Value
;
};
#endif