11 lines
220 B
C
11 lines
220 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import "Normale.h"
|
||
|
|
||
|
@interface Scientifica : Normale
|
||
|
|
||
|
- (IBAction)operazioneScientifica:(id)sender;
|
||
|
- (IBAction)inviaCostante:(id)sender;
|
||
|
- (long) fattoriale: (int) n;
|
||
|
|
||
|
@end
|