mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
16 lines
288 B
C
16 lines
288 B
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
|