Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / xcode iOS / Tutorial 3 / 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