]>
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 NSMutableDictionary, UIButton, UIImageView, UIInformalDelegate, UITransitionView, UIView<UIFormPeripheral>; | |
10 | ||
11 | @interface UIFormAssistant : UIView | |
12 | { | |
13 | UIButton *_done; | |
14 | UIButton *_next; | |
15 | UIButton *_previous; | |
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; | |
26 | int _orientation; | |
27 | } | |
28 | ||
29 | + (id)_navigationImage; | |
30 | + (id)sharedFormAssistant; | |
31 | + (double)defaultTransitionDuration; | |
32 | - (id)_formPeripheralForFormControl:(id)fp8; | |
33 | - (id)initWithFrame:(struct CGRect)fp8; | |
34 | - (void)dealloc; | |
35 | - (void)done:(id)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; | |
45 | - (id)formControl; | |
46 | - (void)setSessionDelegate:(id)fp8; | |
47 | - (id)sessionDelegate; | |
48 | - (BOOL)isTransitioning; | |
49 | - (BOOL)isTransitioningToNextPeripheral; | |
50 | - (struct CGRect)peripheralFrame; | |
51 | - (struct CGRect)remainingDeviceRect; | |
52 | ||
53 | @end | |
54 |