口袋版本的一折买

TYAlertFadeAnimation.h 241B

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