summaryrefslogtreecommitdiff
path: root/CyteKit/WebView.h
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/WebView.h')
-rw-r--r--CyteKit/WebView.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/CyteKit/WebView.h b/CyteKit/WebView.h
index ddf4391..20e162a 100644
--- a/CyteKit/WebView.h
+++ b/CyteKit/WebView.h
@@ -62,8 +62,7 @@ enum CYWebPolicyDecision {
- (void) webViewUpdateViewSettings:(UIWebView *)view;
@end
-@interface CyteWebView : UIWebView {
-}
+@interface CyteWebView : UIWebView
- (id<CyteWebViewDelegate>) delegate;
- (void) setDelegate:(id<CyteWebViewDelegate>)delegate;