#ifndef __BUG_350_H__
#define __BUG_350_H__

#include "BugsTest.h"

class Bug350Layer : public BugsTestBaseLayer
{
public:
    virtual bool init();
};

#endif // __BUG_350_H__