]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/WebScriptObject-Cyte.h
Expose baseband serial number to SHSH service.
[cydia.git] / CyteKit / WebScriptObject-Cyte.h
index 6da0d8cabdbc948806e90017b3250a570f64552a..d071ea668823ef75ad0bfc0af0ff60c4995f46d9 100644 (file)
@@ -44,6 +44,7 @@
 
 @interface WebScriptObject (Cyte)
 - (NSUInteger) count;
+- (NSUInteger) countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)objects count:(NSUInteger)count;
 - (id) objectAtIndex:(unsigned)index;
 @end