Update theme submodule
[platform/upstream/gstreamer.git] / 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