You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2013 Hexed Bits. All rights reserved.
//
#import "BButton.h"
@interface BRadioButton : BButton
{
IBOutlet BRadioButton* toNextRadioButton;
// if connected to another button the button behaves as radio-button (the connections should form a circle - last connected to first!). Control-single click (do not drag) to make connections when using autolayout.