gpt4 book ai didi

ios - 没有名为类 `ChatInboxDelegate` 的类型或协议(protocol)

转载 作者:行者123 更新时间:2023-11-29 05:24:35 26 4
gpt4 key购买 nike

此类 (CustomViewCell.h) 抛出 No Type 或名为 ChatInboxDelegate 的协议(protocol),尽管已在文件中定义:

#import <UIKit/UIKit.h>

@protocol ChatInboxDelegate;

@class ChatMessage;

@interface SHNChatEverydayMessageViewCell : UITableViewCell

@property (nonatomic, strong) id<ChatInboxDelegate> delegate;

- (void) populate:(ChatMessage *)model;
+ (float) getHeight;
@property (weak, nonatomic) ChatMessage *chatMessage;

@end


@protocol ChatInboxDelegate <NSObject>

- (void)openViewController:(UIViewController *)vc;
- (void)reloadTable;
- (void)updateChatMessage : (NSString * )messageId chatMessage:(ChatMessage *) chatMessage;

@end

最佳答案

这段代码没有任何问题。是否有可能您在构建之前没有保存文件,或者您的代码中有其他内容使用了符号 ChatInboxDelegate

关于ios - 没有名为类 `ChatInboxDelegate` 的类型或协议(protocol),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58296473/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com