1234567891011121314151617 |
- //
- // OliveappEyeView.h
- // AppSampleYitu
- //
- // Created by kychen on 17/1/13.
- // Copyright © 2017年 Oliveapp. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface OliveappEyeLayer : CALayer
- - (void)animationAt:(CGPoint)position
- withDelay:(CGFloat)delay;
- @end
|