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
A bit number was mistakenly used instead of a flag when setting notification
[AROS.git]
/
arch
/
all-ios
/
hidd
/
uikit
/
alertdelegate.h
blob
43f377c63b2515a5c6562c909d4c1f190fa59d6a
1
#import <UIKit/UIKit.h>
2
3
@interface AlertDelegate
:
NSObject
<
UIAlertViewDelegate
>
4
5
- (
void
)
DisplayAlert
:(
NSString
*)
text
;
6
7
@end