diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-04 15:06:42 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-04 15:06:42 -1000 |
commit | d9d8c1a0f568f255d6274344f50cb5af5759ab4c (patch) | |
tree | a500c4e8cc002e52d48abda28a053100dc17ec16 /iPhonePrivate.h | |
parent | bc025a21e2e1e2efb588144d85f741ab78735c86 (diff) |
Specify arches to compile via variable and clear up iOS11 availability warningv1.1.32%b2
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 e8748a4..9852bbe 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -281,6 +281,7 @@ enum { // }}} // @interface Web* {{{ @interface WebPreferences : NSObject ++ (void) setWebKitLinkTimeVersion:(NSInteger)version; - (void) setCacheModel:(WebCacheModel)value; - (void) setJavaScriptCanOpenWindowsAutomatically:(BOOL)value; @end |