Files
youle_app_ios/msext/Class/Utils/QiniuConfig.h

25 lines
510 B
C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// QiniuConfig.h
// msext
//
// Created on June 15, 2025.
//
#ifndef QiniuConfig_h
#define QiniuConfig_h
/* 七牛云相关配置常量 */
// AccessKey 和 SecretKey从七牛云控制台获取
extern NSString *const kQiniuAccessKey;
extern NSString *const kQiniuSecretKey;
// 存储空间名称
extern NSString *const kQiniuBucketName;
// 七牛云默认域名
extern NSString *const kQiniuDomain;
// 录音文件目录
extern NSString *const kQiniuRecordingDirectory;
#endif /* QiniuConfig_h */