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 @interface UITransitionView 
: UIView 
<NSCoding
> 
  13     UIView 
*_firstResponderToRemember
; 
  16         unsigned int animationInProgress
:1; 
  17         unsigned int ignoresInteractionEvents
:1; 
  18         unsigned int reserved
:30; 
  19     } _transitionViewFlags
; 
  22 + (double)defaultDurationForTransition
:(int)fp8
; 
  23 - (id
)initWithFrame
:(struct CGRect
)fp8
; 
  24 - (id
)initWithCoder
:(id
)fp8
; 
  25 - (void)encodeWithCoder
:(id
)fp8
; 
  27 - (double)durationForTransition
:(int)fp8
; 
  28 - (void)_didStartTransition
; 
  29 - (void)_didCompleteTransition
:(BOOL
)fp8
; 
  30 - (BOOL
)transition
:(int)fp8 toView
:(id
)fp12
; 
  31 - (void)notifyDidCompleteTransition
:(id
)fp8
; 
  32 - (BOOL
)transition
:(int)fp8 fromView
:(id
)fp12 toView
:(id
)fp16
; 
  35 - (BOOL
)isTransitioning
; 
  36 - (void)setDelegate
:(id
)fp8
; 
  38 - (BOOL
)ignoresInteractionEvents
; 
  39 - (void)setIgnoresInteractionEvents
:(BOOL
)fp8
; 
  40 - (void)_startTransition
:(int)fp8 withDuration
:(float)fp12
; 
  41 - (void)_transitionDidStop
:(id
)fp8 finished
:(id
)fp12
;