gpt4 book ai didi

iphone - ';' token 错误之前预期的 '('

转载 作者:行者123 更新时间:2023-12-01 17:45:36 24 4
gpt4 key购买 nike

当我在编译代码时,显示了一个错误,显示“期望为';'”在'('标记之前。
这是我指出错误的代码部分。

@class UITableViewCellEditable;

@protocol UITableViewCellEditableDelegate
- (void)editDidFinish:(NSMutableDictionary *)result // (in this line of code)
{
[userDataSource setValue:[result objectForKey:@"text"]
forKey:[result objectForKey:@"key"]];
}
@optional

我尝试了一些可能性,但仍然是同样的错误!
我该如何处理?

最佳答案

您不能在@protocol块中定义方法。仅用于声明。

关于iphone - ';' token 错误之前预期的 '(',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7023883/

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