gstreamer/examples/tutorials/xcode iOS/Tutorial 5/EaglUIVIew.h

10 lines
171 B
Objective-C

#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
@interface EaglUIView : UIView
{
}
@end