OliveappHintView.h 450 B

123456789101112131415161718
  1. //
  2. // OliveappHintView.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 OliveappHintView : UILabel
  10. - (CABasicAnimation *) animationWithScale:(CGFloat)scale
  11. withDuration:(CGFloat)duration
  12. withDelay:(CGFloat)delay
  13. withTimeFunction:(CAMediaTimingFunction *)fn
  14. withDelegate: (id) delegate;
  15. @end