summaryrefslogtreecommitdiff
path: root/CyteKit/WebScriptObject-Cyte.h
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/WebScriptObject-Cyte.h')
-rw-r--r--CyteKit/WebScriptObject-Cyte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/WebScriptObject-Cyte.h b/CyteKit/WebScriptObject-Cyte.h
index 6da0d8c..d071ea6 100644
--- a/CyteKit/WebScriptObject-Cyte.h
+++ b/CyteKit/WebScriptObject-Cyte.h
@@ -44,6 +44,7 @@
@interface WebScriptObject (Cyte)
- (NSUInteger) count;
+- (NSUInteger) countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)objects count:(NSUInteger)count;
- (id) objectAtIndex:(unsigned)index;
@end