/** Copyright 2008 Ralf SchΓΌlke, ralf.schuelke@googlemail.com.* Copyright 2014 Haiku, Inc. All rights reserved.** Distributed under the terms of the MIT License.** Authors:* Ralf SchΓΌlke, ralf.schuelke@googlemail.com* John Scipione, jscipione@gmail.com*/#ifndef PAIRS_BUTTON_H#define PAIRS_BUTTON_H#include <Button.h>class PairsButton : public BButton {public:PairsButton(int32 x, int32 y, int32 size,BMessage* message);virtual ~PairsButton();};#endif // PAIRS_BUTTON_H