JXBigReelView.h 453 B

1234567891011121314151617181920212223
  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 JXBigReelView : UIView
  11. +(void)showView;
  12. @property (nonatomic,weak) UIButton *tongYiBtn;
  13. @property (nonatomic,weak) UILabel *subtitle;
  14. @property (nonatomic,weak) UILabel *moneyTitle;
  15. @property (nonatomic,copy) NSDictionary *strURL;
  16. @end
  17. NS_ASSUME_NONNULL_END