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