diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 20:18:40 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-04 20:18:40 -0800 |
commit | 217e22f0f4f84e74a3649d5e292c283b0c468b7f (patch) | |
tree | 829acf2e2906067ced0604f8d77aeb72cda285eb /CyteKit/CyteKit.h | |
parent | 60bd32466fcc4830ee8ff1774cd2e8d5bf390f4a (diff) |
Move some code of Window/TabBarController to Cyte.
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 c25bc3f..53cef3c 100644 --- a/CyteKit/CyteKit.h +++ b/CyteKit/CyteKit.h @@ -29,6 +29,7 @@ #include "CyteKit/URLCache.h" #include "CyteKit/WebViewController.h" #include "CyteKit/WebViewTableViewCell.h" +#include "CyteKit/Window.h" #include "CyteKit/countByEnumeratingWithState.h" #include "CyteKit/extern.h" |