OliveappBlueFrame.h 344 B

123456789101112131415161718
  1. //
  2. // OliveappBlueFrame.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 OliveappBlueFrame : UIImageView
  11. - (void)animationWithScale:(CGFloat)scaleSize
  12. withDuration:(CGFloat)duration;
  13. @end