-(NSMutableArray *) forwardInterfaceList: (networkInterface *) i;
「'networkInterface' の前に ')' が必要です」というエラーが表示されます。
ここの実装セクション全体:
@interface device : NSObject{
NSString *hostname;
NSMutableArray *intList;
}
-(NSMutableArray *) forwardInterfaceList: (networkInterface *) i;
-(NSMutableArray *) intList;
@end