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