EBMuteDetector.h 318 B

12345678910111213141516
  1. //
  2. // EBMuteSwitchDetector.h
  3. //
  4. // Created by 57380422@qq.com on 6/2/13.
  5. // Copyright (c) 2013 57380422@qq.com. All rights reserved.
  6. //
  7. #import <Foundation/Foundation.h>
  8. @interface EBMuteDetector : NSObject
  9. +(EBMuteDetector*)sharedDetecotr;
  10. -(void)detectComplete:(void (^)(BOOL isMute))completionHandler;
  11. @end