口袋版本的一折买

TYAlertScaleFadeAnimation.h 248B

1234567891011121314
  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