// // WYWeakScriptMessageDelegate.h // IMYWebView // // Created by wangyangyang on 15/11/17. // Copyright © 2015年 IMY. All rights reserved. // #import #import @interface WYWeakScriptMessageDelegate : NSObject @property (nonatomic, weak) id scriptDelegate; - (instancetype)initWithDelegate:(id)scriptDelegate; @end