mirror of https://github.com/axmolengine/axmol.git
15 lines
255 B
C
15 lines
255 B
C
|
#ifndef __BUG_PAGEVIEWLAYOUT_H__
|
||
|
#define __BUG_PAGEVIEWLAYOUT_H__
|
||
|
|
||
|
#include "BugsTest.h"
|
||
|
|
||
|
class BugPageViewLayer : public BugsTestBase
|
||
|
{
|
||
|
public:
|
||
|
CREATE_FUNC(BugPageViewLayer);
|
||
|
|
||
|
virtual bool init() override;
|
||
|
};
|
||
|
|
||
|
#endif // !__BUG_PAGEVIEWLAYOUT_H__
|