#import "DFPlayerLyricsTableview.h" static NSString * key_EventBlock = @"key_EventBlock"; #define WeakPointer(weakSelf) __weak __typeof(&*self)weakSelf = self @interface UIButton (EBlock) @property(copy, nonatomic) void(^ _Nullable handleJFEventBlock)(UIButton * _Nullable sender); @end...