2 lines
88 B
Objective-C
2 lines
88 B
Objective-C
Demo *example = [[Demo alloc] init];
|
|
double h = [example hypotenuseOfX:1.23 andY:3.79];
|