]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 "NSArray.h" | |
8 | ||
9 | @interface CALayerArray : NSArray | |
10 | { | |
11 | struct _CALayerArrayIvars _ivars; | |
12 | } | |
13 | ||
14 | - (id)initWithLayers:(id *)fp8 count:(unsigned long)fp12 retain:(BOOL)fp16; | |
15 | - (void)dealloc; | |
16 | - (unsigned int)count; | |
17 | - (id)objectAtIndex:(unsigned int)fp8; | |
18 | - (void)getObjects:(id *)fp8; | |
19 | - (void)getObjects:(id *)fp8 range:(struct _NSRange)fp12; | |
20 | - (id)copyWithZone:(struct _NSZone *)fp8; | |
21 | - (id)mutableCopyWithZone:(struct _NSZone *)fp8; | |
22 | - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct1 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16; | |
23 | ||
24 | @end | |
25 |