は、次が別のクラスの@interface
内で宣言されています...私は、構文を理解していないと上記のファイルの名前はsomeclass.hあるは、目的のCで次のコードを理解できませんか?
@interface someclass:NSObject
....
@end
@interface NSObject (HSRequestClassDelegate)
-(void) finishedWithData:(HSRequest *) request data:(NSMutableData *) data;
-(void) failedWithError:(HSRequest *) request error:(NSError *) error;
-(void) noConnection:(HSRequest *) request;
@end
を言おうとしていますか? @interface NSObject (HSRequestClassDelegate)
の意味は何ですか?
ありがとうございます。