gstreamer/examples/tutorials/xcode iOS/Tutorial 2/AppDelegate.h

8 lines
141 B
C
Raw Normal View History

2013-04-29 15:45:38 +00:00
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end