#import <UIKit/UIKit.h>
@interface DiskViewCell : UITableViewCell
@property (nonatomic, retain) IBOutlet UIImageView *diskImage;
@property (nonatomic, retain) IBOutlet UILabel *nameLabel;
@end