1234567891011121314151617181920212223242526272829303132 |
- #import "WXJSExceptionInfo.h"
- @protocol WXPageEventNotifyEventProtocol <NSObject>
- - (void)hitTest:(CGPoint)point withEvent:(UIEvent *)event withView:(UIView*)view;
- - (void)notifyScrollEvent:(NSString*)instanceId from:(CGPoint)from to:(CGPoint)to;
- - (void)pageStart:(NSString*)instanceId;
- - (void)pageDestroy:(NSString*)instanceId;
- @end
|