Created
August 24, 2012 21:44
-
-
Save rharriso/3455978 to your computer and use it in GitHub Desktop.
kinda looks like NOD Mobile Artillery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[[[UIAlertView alloc] initWithTitle:@"Alert Title" | |
message:"Message" | |
delegate:self | |
cancelButtonTitle:@"Cancel" | |
otherButtonTitles:nil, nil] autorelease] show]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment