diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 23:38:20 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 23:38:20 -0800 |
commit | c2493c4ee87eb8c1acc4c5b9c9494653186e9765 (patch) | |
tree | 09fee833759cd4f0ced1dbe5c2b6003e3b3ada45 /iPhonePrivate.h | |
parent | 35cd98c0a5a9e685cfb7589acc7cdecbd58b4b61 (diff) |
Move most of CydiaObject to CyteKit as CyteObject.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 1 |
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) |