123456789101112131415161718 |
- //
- // OliveappBlueFrame.h
- // AppSampleYitu
- //
- // Created by kychen on 17/1/13.
- // Copyright © 2017年 Oliveapp. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @interface OliveappBlueFrame : UIImageView
- - (void)animationWithScale:(CGFloat)scaleSize
- withDuration:(CGFloat)duration;
- @end
|