QMAudioAnimation.h 473 B

1234567891011121314151617181920212223
  1. //
  2. // QMAudioAnimation.h
  3. // IMSDK-OC
  4. //
  5. // Created by haochongfeng on 2017/5/18.
  6. // Copyright © 2017年 HCF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface QMAudioAnimation : NSObject
  10. + (QMAudioAnimation *)sharedInstance;
  11. - (void)setAudioAnimationPlay: (BOOL)sender and:(UIImageView *)imageView;
  12. - (void)stopAudioAnimation;
  13. - (void)startAudioAnimation: (UIImageView *)imageView;
  14. - (void)stopAudioAnimation: (UIImageView *)imageView;
  15. @end