Logo white

GitLab

liangchengyou / wow_english

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wow_english
  • packages
  • chivox_aiengine
  • ios
  • Classes
  • CAIEngine
  • ChivoxAIGlobalCfg.h
  • feat: 将语音评测从先声迁移至驰声
    0fa4e405
    吴启风 authored
    2026-09-13 11:23:07 +0800  
    Browse Code »
ChivoxAIGlobalCfg.h 348 Bytes
Edit Raw Blame History
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