1/* 2 * Copyright 2010 Your Name <your@email.address> 3 * All rights reserved. Distributed under the terms of the MIT license. 4 */ 5#ifndef _H 6#define _H 7 8#include <SupportDefs.h> 9 10class { 11public: 12 13private: 14 15}; 16 17#endif // _H 18