私はObjective-Cに比較的慣れていません。
rootViewController.m(これはnavigationControllerベースのアプリです)にこのようなものがあるWeb上のコードに到達しました。
@interface RootViewController (CManagerDelegate) <CManagerDelegate>
@end
@interface RootViewController (PViewDelegate) <PViewDelegate>
@end
2つの質問:
- rootViewController.mの先頭でこれらの行は何をしていますか
- これらの行はコードで何をしていますか?この特定のケースでは、括弧内と<>の間で内容を説明してください。
ありがとう。