IFlyMSC.h 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //
  2. // IFlyMSC.h
  3. // msc
  4. //
  5. // Created by 张剑 on 15/1/14.
  6. // Copyright (c) 2015年 iflytek. All rights reserved.
  7. //
  8. #ifndef MSC_IFlyMSC_h
  9. #define MSC_IFlyMSC_h
  10. #import "IFlyAudioSession.h"
  11. #import "IFlyDataUploader.h"
  12. #import "IFlyDebugLog.h"
  13. #import "IFlyIdentityVerifier.h"
  14. #import "IFlyIdentityResult.h"
  15. #import "IFlyIdentityVerifierDelegate.h"
  16. #import "IFlyISVDelegate.h"
  17. #import "IFlyISVRecognizer.h"
  18. #import "IFlyRecognizerView.h"
  19. #import "IFlyRecognizerViewDelegate.h"
  20. #import "IFlyResourceUtil.h"
  21. #import "IFlySetting.h"
  22. #import "IFlySpeechConstant.h"
  23. #import "IFlySpeechError.h"
  24. #import "IFlySpeechEvaluator.h"
  25. #import "IFlySpeechEvaluatorDelegate.h"
  26. #import "IFlySpeechEvent.h"
  27. #import "IFlySpeechRecognizer.h"
  28. #import "IFlySpeechRecognizerDelegate.h"
  29. #import "IFlySpeechSynthesizer.h"
  30. #import "IFlySpeechSynthesizerDelegate.h"
  31. #import "IFlySpeechUtility.h"
  32. #import "IFlyUserWords.h"
  33. #import "IFlyPcmRecorder.h"
  34. #import "IFlyVerifierUtil.h"
  35. #import "IFlyVoiceWakeuper.h"
  36. #import "IFlyVoiceWakeuperDelegate.h"
  37. #endif