gpt4 book ai didi

ios - 如何解决ios中的 "Expected a type"错误

转载 作者:可可西里 更新时间:2023-11-01 05:06:31 27 4
gpt4 key购买 nike

我是开发新手。我收到有关“预期类型”错误的错误消息。在我的应用程序的两个类中,我在一个类中声明了该方法,在另一个类中我在@protocol 方法的帮助下使用了该方法.How to resolve it.两个类DayButton.h和DDCalenderView.h在 DayButton.h 中,我声明为

 @protocol DayButtonDelegate <NSObject>
-(void)dayButtonPressed:(id)sender;
@end

DDCalenderView.h中,我写成

@protocol DDCalenderViewDelegate<NSObject>
-(void)dayButtonPressed:(DayButton *)button;

DDCalenderView.h 中获取接近 void 方法的异常

最佳答案

解决方案:将导入从实现移至头文件。 我认为在头文件中没有的实现文件中有一些导入。确保你有正确的导入。这是让您对自己摇头的那些小错误/错误之一。

关于ios - 如何解决ios中的 "Expected a type"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11094222/

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