// // JXMoneyShareView.h // shiku_im // // Created by 123 on 2020/6/22. // Copyright © 2020 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface JXhelpMoneyView : UIView +(void)showView; @property (nonatomic,weak) UIButton *tongYiBtn; @property (nonatomic,weak) UILabel *subtitle; @property (nonatomic,copy) NSString *strURL; @end NS_ASSUME_NONNULL_END