找不到iOS协议声明

时间:2012-12-13 18:53:55

标签: ios

  

可能重复:
  Cannot find protocol declaration for

以下是MyClass中的代码:

@protocol todayUpdateDelegate <NSObject>

-(void) updateTodayTime;

@end

@interface MyClass : BaseViewController                                

@property (nonatomic, weak) id<todayUpdateDelegate> todayDelegate;

@end

这是在委托类中:

#import "MyClass.h"

@interface MyDelegateClass : UITableViewController<todayUpdateDelegate>

@end

我收到错误“无法找到协议声明”

0 个答案:

没有答案