Update theme submodule
[platform/upstream/gstreamer.git] / tutorials / xcode iOS / Tutorial 5 / EaglUIVIew.h
1 #import <Foundation/Foundation.h>
2 #import <QuartzCore/QuartzCore.h>
3 #include <OpenGLES/ES2/gl.h>
4 #include <OpenGLES/ES2/glext.h>
5
6 @interface EaglUIView : UIView
7 {
8 }
9
10 @end
11