summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-21 21:36:03 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-21 22:05:58 -0700
commitcfc530e64b46fe5d898300a6df52edf2bbfc5893 (patch)
tree2670c1e802df601b06c570e42a662557241cce96 /CyteKit/WebViewController.mm
parentb90c7892f07cbb762b0a26f17cc61e81e33204fc (diff)
Separate out CyteKit/IndirectDelegate.h.
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r--CyteKit/WebViewController.mm9
1 files changed, 1 insertions, 8 deletions
diff --git a/CyteKit/WebViewController.mm b/CyteKit/WebViewController.mm
index 17f19cb..36c8177 100644
--- a/CyteKit/WebViewController.mm
+++ b/CyteKit/WebViewController.mm
@@ -5,6 +5,7 @@
#include "iPhonePrivate.h"
+#include "CyteKit/IndirectDelegate.h"
#include "CyteKit/Localize.h"
#include "CyteKit/WebViewController.h"
#include "CyteKit/PerlCompatibleRegEx.hpp"
@@ -56,14 +57,6 @@ float CYScrollViewDecelerationRateNormal;
@end
/* Indirect Delegate {{{ */
-@interface IndirectDelegate : NSObject {
- _transient volatile id delegate_;
-}
-
-- (void) setDelegate:(id)delegate;
-- (id) initWithDelegate:(id)delegate;
-@end
-
@implementation IndirectDelegate
- (void) setDelegate:(id)delegate {