mirror of
https://github.com/khanhduytran0/coruna.git
synced 2026-04-23 20:26:14 +02:00
9 lines
197 B
Objective-C
9 lines
197 B
Objective-C
@import UIKit;
|
|
|
|
static void showAlert(NSString *title, NSString *message);
|
|
|
|
@interface SpringBoard : UIApplication
|
|
+ (SpringBoard *)sharedApplication;
|
|
- (UIView *)statusBarForEmbeddedDisplay;
|
|
@end
|