summaryrefslogtreecommitdiff
path: root/playback/player/ios/GstPlay/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'playback/player/ios/GstPlay/AppDelegate.h')
-rw-r--r--playback/player/ios/GstPlay/AppDelegate.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/playback/player/ios/GstPlay/AppDelegate.h b/playback/player/ios/GstPlay/AppDelegate.h
new file mode 100644
index 0000000..767a22d
--- /dev/null
+++ b/playback/player/ios/GstPlay/AppDelegate.h
@@ -0,0 +1,15 @@
+//
+// AppDelegate.h
+// GstPlay
+//
+// Created by Sebastian Dröge on 02/08/14.
+// Copyright (c) 2014 Sebastian Dröge. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end