2011-07-08 11:22:35 +08:00
|
|
|
#ifndef __BUG_886_H__
|
|
|
|
#define __BUG_886_H__
|
|
|
|
|
|
|
|
#include "BugsTest.h"
|
|
|
|
|
|
|
|
class Bug886Layer : public BugsTestBaseLayer
|
|
|
|
{
|
|
|
|
public:
|
2015-03-15 02:33:15 +08:00
|
|
|
virtual bool init() override;
|
2011-07-08 11:22:35 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // __BUG_886_H__
|