YOUPAILZLiveMemberButton.h 358 B

123456789101112131415161718192021
  1. //
  2. // YOUPAILZLiveMemberButton.h
  3. // VQU
  4. //
  5. // Created by CY on 2021/7/23.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILZLiveMemberButton : UIButton
  11. @property (nonatomic, weak) UIImageView *imgV;
  12. @property (nonatomic, weak)UIButton *youpaipcountBtn;
  13. @end
  14. NS_ASSUME_NONNULL_END