gstreamer/examples/tutorials/xcode iOS/Tutorial 3/EaglUIVIew.m

14 lines
151 B
Mathematica
Raw Normal View History

#import "EaglUIVIew.h"
#import <QuartzCore/QuartzCore.h>
@implementation EaglUIView
+ (Class) layerClass
{
return [CAEAGLLayer class];
}
@end