「不明なタイプ名 'XMLParser'; 'NSXMLParser' のことですか?」というエラーが表示されるのはなぜですか? ? XMLParser.h をインポートしたので、何が問題なのかわかりません。
#import <UIKit/UIKit.h>
#import "XMLParser.h"
#import "televisionList.h"
#import "ListingCell.h"
@interface TelevisionDetail : UIViewController <UITableViewDataSource, UITableViewDelegate>
{
XMLParser *xmlParser;
}
@end