DTFUploadWaveLayer.h 329 B

123456789101112131415161718
  1. //
  2. // APFUploadWaveView.h
  3. // selfieFaceInfo
  4. //
  5. // Created by 晗羽 on 11/3/16.
  6. // Copyright © 2016 com.antworshop7. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <QuartzCore/QuartzCore.h>
  10. @interface DTFUploadWaveLayer : CALayer
  11. - (void)setMaskImage:(UIImage *)image;
  12. - (void)startWave;
  13. - (void)stopWave;
  14. @end