]> git.saurik.com Git - iphone-api.git/blobdiff - QuartzCore/EAGLDrawable-Protocol.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / QuartzCore / EAGLDrawable-Protocol.h
index b2e3b0fd79d1a1ba4c1037ecb9e6d2e211322dfb..48cd1927632d125792e2ebef739f001922d90a63 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 @protocol EAGLDrawable
-- (id)drawableProperties;
-- (void)setDrawableProperties:(id)fp8;
+- (NSDictionary *)drawableProperties;
+- (void)setDrawableProperties:(NSDictionary *)fp8;
 @end