#ifndef TWWW_H__ #define TWWW_H__ enum { // object properties WWWTAG_URL = 1000, // String WWWTAG_INFO = 1001 // String }; #endif // TWWW_H__