// // DJWeakScriptMessageDelegate.h // DailyESports // // Created by 曹福涛 on 2019/3/14. // Copyright © 2019 com.cmel365. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @interface DJWeakScriptMessageDelegate : NSObject @property (nonatomic,weak)id scriptDelegate; - (instancetype)initWithDelegate:(id)scriptDelegate; @end NS_ASSUME_NONNULL_END