gstreamer/tutorials/xcode iOS/Tutorial 3/AppDelegate.h
2016-10-09 15:24:09 +02:00

7 lines
141 B
Objective-C

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