mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
13 lines
151 B
Objective-C
13 lines
151 B
Objective-C
#import "EaglUIVIew.h"
|
|
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
@implementation EaglUIView
|
|
|
|
|
|
+ (Class) layerClass
|
|
{
|
|
return [CAEAGLLayer class];
|
|
}
|
|
|
|
@end
|