// // JXPaiHangBangTopView.h // shiku_im // // Created by 123 on 2020/5/23. // Copyright © 2020 Reese. All rights reserved. // #import typedef void(^JXPaiHangBangTopViewBlockBtn)(UIButton *sender); @interface JXPaiHangBangTopView : UIView @property (nonatomic,copy) JXPaiHangBangTopViewBlockBtn jxpaiHangBangTopViewBlockBtn; +(instancetype)XIBJXPaiHangBangTopView; @end