mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 06:53:30 +00:00
the whole game
This commit is contained in:
29
project/iosproj/minecraftpe/minecraftpeAppDelegate.h
Executable file
29
project/iosproj/minecraftpe/minecraftpeAppDelegate.h
Executable file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// minecraftpeAppDelegate.h
|
||||
// minecraftpe
|
||||
//
|
||||
// Created by rhino on 10/17/11.
|
||||
// Copyright 2011 Mojang AB. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
|
||||
@class minecraftpeViewController;
|
||||
|
||||
@interface minecraftpeAppDelegate : NSObject <UIApplicationDelegate, AVAudioSessionDelegate> {
|
||||
AVAudioSession* audioSession;
|
||||
NSString* audioSessionSoundCategory;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIWindow *window;
|
||||
|
||||
@property (nonatomic, retain) IBOutlet minecraftpeViewController *viewController;
|
||||
|
||||
// AVAudioSessionDelegate
|
||||
- (void)beginInterruption;
|
||||
- (void)endInterruption;
|
||||
|
||||
+ (void) initialize;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user