// // Created by Drew on 2018/12/27. // Copyright (c) 2018 MUMEI. All rights reserved. // #import #import @interface WeakScriptMessageDelegate : NSObject @property(nonatomic, assign) id scriptDelegate; - (instancetype)initWithDelegate:(id )scriptDelegate; @end