gpt4 book ai didi

objective-c - 错误前预期的说明符限定符列表

转载 作者:行者123 更新时间:2023-11-28 17:44:55 26 4
gpt4 key购买 nike

#import <UIKit/UIKit.h>
#import "NotepadViewController.h"
#import "NotesTableViewController.h"
#import "NoteInformationTransferProtocol.h"

@interface NotesViewController : UIViewController <NoteInformationTransferProtocol>
{
UITextField *_noteTitleTextField;
UIButton *_addButton;
UITextField *_description;
UIView *_notesTableView;

NotepadViewController * _notepadVC;
NotesTableViewController *_noteTableVC;
}

我在“NotepadViewController * _notepadVC;”上收到错误“Expected specifier-qualifier-list before NotepadViewController”我已经导入了该类的 header ,所以它应该将其检测为一种类型,对吗?

最佳答案

该错误通常发生在您尚未向目标添加框架或文件时,您正在构建的目标中是否包含“NotepadViewController.h”?

在 xCode 4 中,您可以通过展开构建阶段中的“编译源代码”部分来检查这一点。在 xCode 3 中,您可以使用“获取信息”来查看包含该文件的目标(如果我没记错的话)

关于objective-c - 错误前预期的说明符限定符列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6522065/

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