洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
329 B

7 months ago
  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