gstreamer/playback/player/ios/GstPlay/AppDelegate.h

16 lines
288 B
C
Raw Normal View History

2014-08-02 18:19:09 +00:00
//
// 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