projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update theme submodule
[platform/upstream/gstreamer.git]
/
examples
/
tutorials
/
xcode iOS
/
Tutorial 2
/
AppDelegate.h
1
#import <UIKit/UIKit.h>
2
3
@interface AppDelegate : UIResponder <UIApplicationDelegate>
4
5
@property (strong, nonatomic) UIWindow *window;
6
7
@end