JXALLShowView.h 353 B

1234567891011121314151617181920
  1. //
  2. // JXMoneyShareView.h
  3. // shiku_im
  4. //
  5. // Created by 123 on 2020/6/22.
  6. // Copyright © 2020 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXALLShowView : UIView
  11. +(void)showView;
  12. @property (nonatomic,weak) UIButton *tongYiBtn;
  13. @property (nonatomic,copy) NSString *nameStr;
  14. @end
  15. NS_ASSUME_NONNULL_END