diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 21:36:03 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-21 22:05:58 -0700 |
commit | cfc530e64b46fe5d898300a6df52edf2bbfc5893 (patch) | |
tree | 2670c1e802df601b06c570e42a662557241cce96 /CyteKit/WebViewController.mm | |
parent | b90c7892f07cbb762b0a26f17cc61e81e33204fc (diff) |
Separate out CyteKit/IndirectDelegate.h.
Diffstat (limited to 'CyteKit/WebViewController.mm')
-rw-r--r-- | CyteKit/WebViewController.mm | 9 |
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 { |