【发布时间】:2012-11-08 14:42:34
【问题描述】:
我对 Objective-C 比较陌生。
我在网上找到了一个代码,它在 rootViewController.m 上有类似的东西(这是一个基于 navigationController 的应用程序)。
@interface RootViewController (CManagerDelegate) <CManagerDelegate>
@end
@interface RootViewController (PViewDelegate) <PViewDelegate>
@end
两个问题:
- 这些行在 rootViewController.m 的开头做了什么
- 这些行在代码中做了什么?请在这种特殊情况下解释括号中和 之间的内容。
谢谢。
【问题讨论】:
标签: iphone ios ipad cocoa-touch cocoa