diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-03 19:06:54 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-03 19:06:54 -0800 |
commit | f3454874c6097225d806fb2fc9f4fb9e19de6abe (patch) | |
tree | 2bad1cf620b830fff7dcd87431176e3cd92cdecd /CyteKit/CyteKit.h | |
parent | e65eba85e36a518ccad605c715a88b4ee59ce439 (diff) |
Trial move some key global variables into CyteKit.
Diffstat (limited to 'CyteKit/CyteKit.h')
-rw-r--r-- | CyteKit/CyteKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CyteKit/CyteKit.h b/CyteKit/CyteKit.h index 3edcc88..6dd0479 100644 --- a/CyteKit/CyteKit.h +++ b/CyteKit/CyteKit.h @@ -32,6 +32,7 @@ #include "CyteKit/WebViewTableViewCell.h" #include "CyteKit/countByEnumeratingWithState.h" +#include "CyteKit/extern.h" #include "CyteKit/stringWithUTF8Bytes.h" #include "CyteKit/webScriptObjectInContext.h" |