UIAlertView+Private.h 233 B

12345678910
  1. @interface UIAlertView (Private)
  2. @property (nonatomic, retain) NSString *context;
  3. @property (nonatomic, retain, readonly) UITextField *textField;
  4. @property BOOL forceHorizontalButtonsLayout;
  5. @property NSInteger numberOfRows;
  6. @end