repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
all-ios
/
bootstrap
/
appdelegate.h
blob
1b237517fb8f8c60a7930ef1924ff2745fb982b7
1
#import <UIKit/UIKit.h>
2
3
extern
int
_argc
;
4
extern
char
**
_argv
;
5
6
@interface BootstrapDelegate
:
NSObject
<
UIApplicationDelegate
,
UIAlertViewDelegate
>
7
{
8
@
private
9
UIAlertView
*
alert
;
10
int
rc
;
11
}
12
13
@
property
(
nonatomic
,
retain
)
UIAlertView
*
alert
;
14
@property
int
rc
;
15
16
- (
void
)
ShowAlert
:(
NSString
*)
text withTitle
:(
NSString
*)
title
;
17
18
@end