TYAlertScaleFadeAnimation.h 248 B

12345678910111213
  1. //
  2. // TYAlertScaleFadeAnimation.h
  3. // TYAlertControllerDemo
  4. //
  5. // Created by SunYong on 15/9/2.
  6. // Copyright (c) 2015年 tanyang. All rights reserved.
  7. //
  8. #import "TYBaseAnimation.h"
  9. @interface TYAlertScaleFadeAnimation : TYBaseAnimation
  10. @end