summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/UI/Common/Property.h
blob: 04628098916662734a22acc309409443d4ed7524 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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