summaryrefslogtreecommitdiff
path: root/CyteKit/CyteKit.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-03-05 00:11:32 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-03-05 00:11:32 -0800
commita02d4e989ec1ecf82da7044375b4010f1b572883 (patch)
treed98f45b8dc98dc823b3f4b8d9307771cbd6f93a3 /CyteKit/CyteKit.h
parentc72556a6183b20b8061a23292f6846f06d4f1614 (diff)
Try to abstract CydiaURLProtocol as CyteKit class.
Diffstat (limited to 'CyteKit/CyteKit.h')
-rw-r--r--CyteKit/CyteKit.h1
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"