Skip to content

Commit b45ff5c

Browse files
author
guangyao
committed
v2
1 parent fed5fef commit b45ff5c

File tree

4 files changed

+226
-201
lines changed

4 files changed

+226
-201
lines changed

ios/RNNeteaseIm/RNNeteaseIm/ContactViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#import "NTESContactDataMember.h"
1212
//#import "NIMContactSelectViewController.h"
1313
#import "NTESBundleSetting.h"
14+
1415
@interface ContactViewController ()<NIMLoginManagerDelegate,NIMSystemNotificationManagerDelegate,NIMUserManagerDelegate>
1516
{
1617
NTESContactDataMember *_contacts;

ios/RNNeteaseIm/RNNeteaseIm/ConversationViewController.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,6 @@ typedef void(^Errors)(id erro);
6565
-(void)deleteMsg:(NSString *)messageId;
6666
//麦克风权限
6767
- (void)onTouchVoiceSucc:(Success)succ Err:(Errors)err;
68+
//更新录音消息为已播放
69+
- (void)updateAudioMessagePlayStatus:(NSString *)messageID;
6870
@end

0 commit comments

Comments
 (0)