]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIWebDocumentView-Messaging.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIWebDocumentView-Messaging.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UIWebDocumentView.h>
8
9 @interface UIWebDocumentView (Messaging)
10 - (void)webView:(id)fp8 didReceiveMessage:(id)fp12;
11 - (void)setAllowsMessaging:(BOOL)fp8;
12 - (BOOL)allowsMessaging;
13 - (id)messagesMatchingMask:(int)fp8;
14 - (void)clearMessagesMatchingMask:(int)fp8;
15 @end
16