gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 2/AppDelegate.h
2013-04-30 13:03:43 +02:00

7 lines
141 B
Objective-C

#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end