#ifndef __BUG_899_H__ #define __BUG_899_H__ #include "BugsTest.h" class Bug899Layer : public BugsTestBaseLayer { public: virtual bool init(); }; #endif // __BUG_899_H__