]> git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAEAGLLayer.h
Adding numerous class dumps.
[iphone-api.git] / QuartzCore / CAEAGLLayer.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <QuartzCore/CALayer.h>
8
9 #import "EAGLDrawable-Protocol.h"
10
11 @interface CAEAGLLayer : CALayer <EAGLDrawable>
12 {
13 struct _CAEAGLNativeWindow *_win;
14 }
15
16 + (id)defaultValueForKey:(id)fp8;
17 - (void)didChangeValueForKey:(id)fp8;
18 - (struct _EAGLNativeWindowObject *)nativeWindow;
19 - (void)dealloc;
20 - (void)_display;
21 - (id)drawableProperties;
22 - (void)setDrawableProperties:(id)fp8;
23
24 @end
25