mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
14 lines
151 B
Mathematica
14 lines
151 B
Mathematica
|
#import "EaglUIVIew.h"
|
||
|
|
||
|
#import <QuartzCore/QuartzCore.h>
|
||
|
|
||
|
@implementation EaglUIView
|
||
|
|
||
|
|
||
|
+ (Class) layerClass
|
||
|
{
|
||
|
return [CAEAGLLayer class];
|
||
|
}
|
||
|
|
||
|
@end
|