OliveappYellowFrame.h 478 B

1234567891011121314151617181920
  1. //
  2. // OliveappYellowFrame.h
  3. // AppSampleYitu
  4. //
  5. // Created by kychen on 17/1/16.
  6. // Copyright © 2017年 Oliveapp. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface OliveappYellowFrame : UIImageView
  10. - (void)flashAnimationWithTranslate:(CGFloat)XBias
  11. withDuration:(CGFloat)duration;
  12. - (void) animationWithTranslate:(CGFloat)XBias
  13. withDuration:(CGFloat)duration
  14. withDelay:(CGFloat)delay;
  15. @end