gstreamer/tutorials/xcode iOS/Tutorial 5/EaglUIVIew.h
2016-10-09 15:24:09 +02:00

11 lines
172 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