Back to Howawan's Homepage to index to Yahoo's Homepage

iPhon3-090222255/´Ê°×ÅÅÂî´°À® ......

inhalts

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