2012-06-19 04:59:45 +08:00
|
|
|
#ifndef _SCROLLVIEWTESTLAYERLOADER_H_
|
|
|
|
#define _SCROLLVIEWTESTLAYERLOADER_H_
|
|
|
|
|
|
|
|
#include "ScrollViewTestLayer.h"
|
|
|
|
|
|
|
|
/* Forward declaration. */
|
|
|
|
class CCBReader;
|
|
|
|
|
2013-10-15 18:00:03 +08:00
|
|
|
class ScrollViewTestLayerLoader : public cocosbuilder::LayerLoader {
|
2012-06-19 04:59:45 +08:00
|
|
|
public:
|
|
|
|
CCB_STATIC_NEW_AUTORELEASE_OBJECT_METHOD(ScrollViewTestLayerLoader, loader);
|
|
|
|
|
|
|
|
protected:
|
|
|
|
CCB_VIRTUAL_NEW_AUTORELEASE_CREATECCNODE_METHOD(ScrollViewTestLayer);
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|