// // TYBaseAnimation.h // TYAlertControllerDemo // // Created by SunYong on 15/9/1. // Copyright (c) 2015年 tanyang. All rights reserved. // #import #import "TYAlertController.h" @interface TYBaseAnimation : NSObject @property (nonatomic, assign, readonly) BOOL isPresenting; // present . dismiss + (instancetype)alertAnimationIsPresenting:(BOOL)isPresenting; // if you only want alert or actionsheet style ,you can judge that you don't need and return nil // code : only support alert style // if (preferredStyle == TYAlertControllerStyleAlert) { // return [super alertAnimationIsPresenting:isPresenting]; // } // return nil; + (instancetype)alertAnimationIsPresenting:(BOOL)isPresenting preferredStyle:(TYAlertControllerStyle) preferredStyle; // override transiton time - (NSTimeInterval)transitionDuration:(id)transitionContext; // override present - (void)presentAnimateTransition:(id)transitionContext; // override dismiss - (void)dismissAnimateTransition:(id)transitionContext; @property UIButton *aFwVJZoncfM; @property UIButton *aqvcfo3P; @property UIUserInterfaceIdiom *a7qHjPQ4A; @property UIMotionEffect *a9kETXw; @property UISearchBar *azfj0Eem; @property UIAlertView *aHEzX7rnIOV; @property UIDevice *ad5LvQUES; @property UIViewController *azODKxcQj; @property UICollectionView *aQGbE; @property UIDocument *a7ARiUCmgP; @property UIControl *aUpug5s; @property UIMenuItem *anpck; @property UIDevice *aDWwX; @end