iPhon3-090222255@
simple calculator to my Love Mari composed by masa 20th Feb 2009
Calc23AppDelegate.h
//
¡ôimport
¡÷class Calc23ViewController;
¡÷interface Calc23AppDelegate : NSObject
UIWindow *window;
Calc23ViewController *viewController;
}
¡÷property (nonatomic, retain) IBOutlet UIWindow *window;
¡÷property (nonatomic, retain) IBOutlet Calc23ViewController *viewController;
¡÷end
Calc23AppDelegate.m
//
¡ôimport "Calc23AppDelegate.h"
¡ôimport "Calc23ViewController.h"
¡÷implementation Calc23AppDelegate
¡÷synthesize window;
¡÷synthesize viewController;
- (void)applicationDidFinishLaunching:(UIApplication *)application {
Calc23ViewController *aViewController = [[Calc23ViewController alloc] i