summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-03-04 23:38:20 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-03-04 23:38:20 -0800
commitc2493c4ee87eb8c1acc4c5b9c9494653186e9765 (patch)
tree09fee833759cd4f0ced1dbe5c2b6003e3b3ada45 /iPhonePrivate.h
parent35cd98c0a5a9e685cfb7589acc7cdecbd58b4b61 (diff)
Move most of CydiaObject to CyteKit as CyteObject.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 411ff96..cd5934d 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -334,6 +334,7 @@ enum {
@interface NSObject (Apple)
+ (BOOL) isKeyExcludedFromWebScript:(const char *)name;
+- (NSArray *) attributeKeys;
@end
@interface NSString (Apple)