YOUPAILZAudioPlayer.h 411 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILZAudioPlayer.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/9/22.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZAudioPlayer : NSObject
  11. + (instancetype)sharedInstance;
  12. @property (nonatomic, assign) BOOL youpaipneedRunInBackground;
  13. @property (nonatomic, strong) AVAudioPlayer *youpaipplayer;
  14. @end
  15. NS_ASSUME_NONNULL_END