mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
15 lines
288 B
Objective-C
15 lines
288 B
Objective-C
//
|
|
// 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
|