//
//  BWGradientSplitViewSubview.h
//  BWToolkit
//
//  Created by Brandon Walkin (www.brandonwalkin.com)
//  All code is provided under the New BSD license.
//

#import <Cocoa/Cocoa.h>
#import "NSCustomView.h"

@interface BWCustomView : NSCustomView 
{
	BOOL isOnItsOwn;
}

@end