Initial Commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// HP16ViewController.h
|
||||
// HPcalc
|
||||
//
|
||||
// Created by Ken on 8/5/08.
|
||||
// Copyright 2008 Ken Staton. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class HPCalc;
|
||||
|
||||
|
||||
|
||||
@interface HP16ViewController : UIViewController {
|
||||
HPCalc *thecalc;
|
||||
}
|
||||
|
||||
- (void)calcInstance:(id)calc;
|
||||
- (IBAction)keyPressed:(id)sender;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user