mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
11 lines
172 B
Objective-C
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
|
|
|