gstreamer/playback/player/ios/GstPlay/AppDelegate.h
2014-08-02 21:11:56 +02:00

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