2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface CALayerArray
: NSArray
11 struct _CALayerArrayIvars _ivars
;
14 - (id
)initWithLayers
:(id
*)fp8 count
:(unsigned long)fp12 retain
:(BOOL
)fp16
;
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
;