Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
pidan
/
FuSiLive
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
34fcf3bf
authored
Nov 26, 2024
by
ludi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充
parent
2fcde0af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Setting/Models/FUSUserManagerVoiceSignModel.m → DevelopmentPods/FUSCommon/FUSCommon/Classes/Common/Models/FUSUserManagerVoiceSignModel.m
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Setting/Models/FUSUserManagerVoiceSignModel.h
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Setting
/Models/FUSUserManagerVoiceSignModel.m
→
DevelopmentPods/FUSCommon/FUSCommon/Classes/Common
/Models/FUSUserManagerVoiceSignModel.m
View file @
34fcf3bf
File moved
Modules/FUSUserCenterModule/FUSUserCenterModule/Features/Setting/Models/FUSUserManagerVoiceSignModel.h
deleted
100644 → 0
View file @
2fcde0af
//
// FUSUserManagerVoiceSignModel.h
// FUSUserCenterModule
//
// Created by aaa on 2024/11/21.
//
#import <FUSFoundation/FUSFoundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface
FUSUserManagerVoiceSignModel
:
FUSBaseModel
/// 语音签名URL
@property
(
nonatomic
,
copy
)
NSString
*
url
;
/// 语音时长(秒)
@property
(
nonatomic
,
assign
)
CGFloat
duration
;
/// 语音审核状态 -1:未通过 0:待审核 1:已审核
@property
(
nonatomic
,
assign
)
int
status
;
@end
NS_ASSUME_NONNULL_END
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment