]> git.saurik.com Git - iphone-api.git/blob - QuartzCore/CALayer-CALayerScrolling.h
Unlocked some more APIs.
[iphone-api.git] / QuartzCore / CALayer-CALayerScrolling.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 @interface CALayer (CALayerScrolling)
10 - (void)_scrollPoint:(struct CGPoint)fp8 fromLayer:(id)fp16;
11 - (void)scrollPoint:(struct CGPoint)fp8;
12 - (void)_scrollRect:(struct CGRect)fp8 fromLayer:(id)fp24;
13 - (void)scrollRectToVisible:(struct CGRect)fp8;
14 - (struct CGRect)_visibleRectOfLayer:(id)fp8;
15 - (struct CGRect)visibleRect;
16 @end
17