]> git.saurik.com Git - iphone-api.git/blob - UIKit/UISystemAlertRequest.h
Added UISystemFont*.
[iphone-api.git] / UIKit / UISystemAlertRequest.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <Foundation/NSObject.h>
8
9 #import "UIModalViewDelegate-Protocol.h"
10
11 @class UIModalView;
12
13 @interface UISystemAlertRequest : NSObject <UIModalViewDelegate>
14 {
15 int _alertID;
16 UIModalView *_sheet;
17 id _target;
18 SEL _action;
19 }
20
21 - (id)initWithAlertID:(int)fp8 sheet:(id)fp12 target:(id)fp16 action:(SEL)fp20;
22 - (void)dealloc;
23 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
24
25 @end
26