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 4
/
EaglUIVIew.m
1
#import "EaglUIVIew.h"
2
3
#import <QuartzCore/QuartzCore.h>
4
5
@implementation EaglUIView
6
7
8
+ (Class) layerClass
9
{
10
return [CAEAGLLayer class];
11
}
12
13
@end