UNKNOWNTYPENAMEエラーが発生します。「billSummary」クラスもインポートしましたが、xcodeでこのエラーが発生する理由がわかりません。
#import <UIKit/UIKit.h>
#import "customiseForItems.h"
#import "billSummary.h"
@interface itemsInParty : UITableViewController<UIAlertViewDelegate>{
IBOutlet customiseForItems *tblCell;
IBOutlet UIToolbar *billSummaryTool;
CGFloat percValue;
billSummary *billSummaryToShow; //ERROR UNKNOWN TYPE NAME BILL SUMMARY
UIAlertView *alertForPercentage;
NSMutableArray *selectedEntriesPath;
BOOL descTapped;
}