diff options
author | Sam Bingner <sam@bingner.com> | 2018-09-29 15:42:52 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-09-29 15:42:52 -1000 |
commit | dfe8b17d3030459f6b66cc1736b4e5823d876fb3 (patch) | |
tree | 4e650d05281c3864163e0ad95da1c2c9d9538f90 /CyteKit/WebViewController.h | |
parent | 83f16704a75ab41c2921c3d43ff92873ec183caf (diff) |
Use new iOS11 UI
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r-- | CyteKit/WebViewController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h index 477828c..f29fd2b 100644 --- a/CyteKit/WebViewController.h +++ b/CyteKit/WebViewController.h @@ -22,6 +22,8 @@ #ifndef CyteKit_WebViewController_H #define CyteKit_WebViewController_H +#define PACKED_VERSION(major, minor, tiny) ((((major) & 0xffff) << 16) | (((minor) & 0xff) << 8) | ((tiny) & 0xff)) + #include "CyteKit/ViewController.h" #include "CyteKit/WebView.h" |