OliveappEyeLayer.h 318 B

1234567891011121314151617
  1. //
  2. // OliveappEyeView.h
  3. // AppSampleYitu
  4. //
  5. // Created by kychen on 17/1/13.
  6. // Copyright © 2017年 Oliveapp. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface OliveappEyeLayer : CALayer
  11. - (void)animationAt:(CGPoint)position
  12. withDelay:(CGFloat)delay;
  13. @end