Blame view

packages/chivox_aiengine/ios/Classes/CAIEngine/ChivoxAIGlobalCfg.h 348 Bytes
0fa4e405   吴启风   feat: 将语音评测从先声迁移至驰声
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  //
  //  ChivoxAIGlobalCfg.h
  //  CAIEngine
  //
  //  Created by sq-ios92 on 2020/12/3.
  //  Copyright © 2020 chivox. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  
  @interface ChivoxAIGlobalCfg : NSObject
  
  + (NSString *)getUserId;
  
  + (void)setUserId:(NSString *)userId;
  
  + (BOOL)isLogUpEnable;
  
  + (void)setLogUpEnable:(BOOL)enable;
  
  @end