]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIView.h> | |
8 | ||
9 | @class NSMutableArray, UIBarButtonItem, UIBarButtonItemProxy, UIImageView, UIToolbar; | |
10 | ||
11 | @interface UIToolbarCustomizeView : UIView | |
12 | { | |
13 | UIToolbar *_toolbar; | |
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; | |
22 | } | |
23 | ||
24 | - (void)setToolbar:(id)fp8 currentItems:(id)fp12 availableItems:(id)fp16; | |
25 | - (void)dealloc; | |
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; | |
37 | ||
38 | @end | |
39 |