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>
8 #import <UIKit/UIFormPeripheral-Protocol.h>
10 @
class NSMutableDictionary
, UIButton
, UIImageView
, UIInformalDelegate
, UITransitionView
, UIView
/*<UIFormPeripheral>*/;
12 @interface UIFormAssistant
: UIView
17 UIImageView
*_navigation
;
18 UITransitionView
*_transition
;
19 BOOL _isTransitioning
;
20 id
<UIFormControl
> _control
;
21 id
<UIFormControl
> _nextControl
;
22 UIView
<UIFormPeripheral
> *_peripheral
;
23 UIView
<UIFormPeripheral
> *_nextPeripheral
;
24 NSMutableDictionary
*_primaryCache
;
25 NSMutableDictionary
*_secondaryCache
;
26 UIInformalDelegate
*_delegate
;
30 + (id
)_navigationImage
;
31 + (id
)sharedFormAssistant
;
32 + (double)defaultTransitionDuration
;
33 - (id
)_formPeripheralForFormControl
:(id
)fp8
;
34 - (id
)initWithFrame
:(struct CGRect
)fp8
;
37 - (void)advanceToNextFormControl
:(id
)fp8
;
38 - (void)recedeToPreviousFormControl
:(id
)fp8
;
39 - (void)synchronizeOrientationWithAnimation
:(BOOL
)fp8
;
40 - (void)layoutSubviews
;
41 - (void)completeFormControlTransition
;
42 - (void)animationWillStart
:(id
)fp8
;
43 - (void)animationDidStop
:(id
)fp8
;
44 - (void)transitionViewDidComplete
:(id
)fp8
;
45 - (void)setFormControl
:(id
)fp8
;
47 - (void)setSessionDelegate
:(id
)fp8
;
48 - (id
)sessionDelegate
;
49 - (BOOL
)isTransitioning
;
50 - (BOOL
)isTransitioningToNextPeripheral
;
51 - (struct CGRect
)peripheralFrame
;
52 - (struct CGRect
)remainingDeviceRect
;