--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@class NSArray, NSMutableArray, UIImageView, UIToolbar;
+
+@interface UIButtonBarCustomizeView : UIView
+{
+ UIToolbar *_buttonBar;
+ NSArray *_availableButtons;
+ NSArray *_currentButtons;
+ NSMutableArray *_fixedButtons;
+ UIView *_draggingView;
+ UIImageView *_ghostView;
+ UIImageView *_replacementGlow;
+ UIView *_replaceButton;
+ struct CGPoint _startPoint;
+}
+
+- (void)dealloc;
+- (void)setButtonBar:(id)fp8 currentButtons:(id)fp12 availableButtons:(id)fp16;
+- (void)layoutSubviews;
+- (void)adjustDragImage:(struct __GSEvent *)fp8;
+- (void)mouseDown:(struct __GSEvent *)fp8;
+- (id)buttonAtEvent:(struct __GSEvent *)fp8;
+- (void)mouseDragged:(struct __GSEvent *)fp8;
+- (void)mouseUp:(struct __GSEvent *)fp8;
+- (BOOL)canHandleSwipes;
+- (void)buttonBarMouseDown:(struct __GSEvent *)fp8;
+- (void)buttonBarMouseDragged:(struct __GSEvent *)fp8;
+- (void)buttonBarMouseUp:(struct __GSEvent *)fp8;
+- (void)_finishCustomizeMouseUpChangeAnimation:(id)fp8 finished:(id)fp12 context:(id)fp16;
+
+@end
+