//
//  FuelServiceItemCell.h
//  TopUp
//
//  Created by Frank Mcpherson on 5/29/10.
//  Copyright 2010 intrepidinnovations.com. All rights reserved.
//

#import <UIKit/UIKit.h>

@class FuelService;


@interface FuelServiceItemCell : UITableViewCell {
	UILabel *serviceDateLabel;
	UILabel *totalCostLabel;
}

- (void)setFuelService:(FuelService *)service;

@end
