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
, UIImageView
, UITabBar
, UITabBarItem
, UITabBarItemProxy
;
11 @interface UITabBarCustomizeView
: UIView
14 NSMutableArray
*_proxies
;
15 NSMutableArray
*_fixedItems
;
16 UITabBarItemProxy
*_draggingProxy
;
17 UITabBarItem
*_draggingItem
;
18 UIImageView
*_dragImage
;
19 UIImageView
*_replacementGlow
;
20 UITabBarItem
*_replaceItem
;
21 struct CGPoint _startPoint
;
24 - (void)setTabBar
:(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
)itemInTabBarWithTouches
:(id
)fp8 withEvent
:(id
)fp12
;
33 - (void)tabBarTouchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
34 - (void)tabBarTouchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
35 - (void)tabBarTouchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
36 - (void)_finishTouchesEndedChangeAnimation
:(id
)fp8 finished
:(id
)fp12 context
:(id
)fp16
;