tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Property.h (180B)


      1 // Property.h
      2 
      3 #ifndef __7Z_PROPERTY_H
      4 #define __7Z_PROPERTY_H
      5 
      6 #include "../../../Common/MyString.h"
      7 
      8 struct CProperty
      9 {
     10  UString Name;
     11  UString Value;
     12 };
     13 
     14 #endif