//
//  MainViewController.h
//  Taschenlampe
//
//  Created by Chad Armstrong on 3/30/09.
//  Copyright Edenwaith 2009. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MainViewController : UIViewController {
	float red;
	float green;
	float blue;
}

- (void) updateBackgroundColor;

@end
