2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @
class NSMutableArray
, UIBarButtonItem
, UIBarButtonItemProxy
, UIImageView
, UIToolbar
;
11 @interface UIToolbarCustomizeView
: UIView
14 NSMutableArray
*_proxies
;
15 NSMutableArray
*_fixedItems
;
16 UIBarButtonItemProxy
*_draggingProxy
;
17 UIBarButtonItem
*_draggingItem
;
18 UIImageView
*_dragImage
;
19 UIImageView
*_replacementGlow
;
20 UIBarButtonItem
*_replaceItem
;
21 struct CGPoint _startPoint
;
24 - (void)setToolbar
:(id
)fp8 currentItems
:(id
)fp12 availableItems
:(id
)fp16
;
26 - (void)layoutSubviews
;
27 - (BOOL
)canHandleSwipes
;
28 - (void)touchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
29 - (void)touchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
30 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
31 - (void)adjustDragImageWithTouches
:(id
)fp8 withEvent
:(id
)fp12
;
32 - (id
)itemInToolbarWithTouches
:(id
)fp8 withEvent
:(id
)fp12
;
33 - (void)buttonBarTouchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
34 - (void)buttonBarTouchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
35 - (void)buttonBarTouchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
36 - (void)_finishTouchesEndedChangeAnimation
:(id
)fp8 finished
:(id
)fp12 context
:(id
)fp16
;