@protocol UIViewAnimationComposing, UIIntervalAnimating; @interface _UIViewAnimationWithComposerWrapper : NSObject @property (retain, nonatomic) id animation; @property (retain, nonatomic) id composer; + (id)instanceWithAnimation:(id)a0 composer:(id)a1; - (void).cxx_destruct; @end