diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-05 00:11:32 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-05 00:11:32 -0800 |
commit | a02d4e989ec1ecf82da7044375b4010f1b572883 (patch) | |
tree | d98f45b8dc98dc823b3f4b8d9307771cbd6f93a3 /CyteKit/CyteKit.h | |
parent | c72556a6183b20b8061a23292f6846f06d4f1614 (diff) |
Try to abstract CydiaURLProtocol as CyteKit class.
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 0bfba3c..7f1df37 100644 --- a/CyteKit/CyteKit.h +++ b/CyteKit/CyteKit.h @@ -28,6 +28,7 @@ #include "CyteKit/TableViewCell.h" #include "CyteKit/TabBarController.h" #include "CyteKit/URLCache.h" +#include "CyteKit/URLProtocol.h" #include "CyteKit/WebViewController.h" #include "CyteKit/WebViewTableViewCell.h" #include "CyteKit/Window.h" |