gstreamer/subprojects/gst-examples/playback/player/ios/GstPlay/EaglUIVIew.m

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
151 B
Mathematica
Raw Normal View History

2014-08-02 18:19:09 +00:00
#import "EaglUIVIew.h"
#import <QuartzCore/QuartzCore.h>
@implementation EaglUIView
+ (Class) layerClass
{
return [CAEAGLLayer class];
}
@end