Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIAlertView+Dropbox.h
Go to the documentation of this file.
1 //
2 // UIAlertView+Dropbox.h
3 // Dropbox
4 //
5 // Created by Brian Smith on 4/21/11.
6 // Copyright 2011 Dropbox, Inc. All rights reserved.
7 //
8 
9 
10 @interface UIAlertView (Dropbox)
11 
12 // Thanks to Marton Fodor for this method
13 + (void)showAlertWithTitle:(NSString *)title message:(NSString *)message
14 delegate:(id<UIAlertViewDelegate>)delegate cancelButtonTitle:(NSString *)cancelButtonTitle
15 otherButtonTitles:(NSString *)otherButtonTitles, ... NS_REQUIRES_NIL_TERMINATION;
16 
17 @end