RosettaCodeData/Task/Hello-world-Graphical/Objective-C/hello-world-graphical-2.m

3 lines
162 B
Mathematica
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Goodbye, World!" message:nil delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];
[alert show];