// // YOUPAILZLiveMemberButton.h // VQU // // Created by CY on 2021/7/23. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveMemberButton : UIButton @property (nonatomic, weak) UIImageView *imgV; @property (nonatomic, weak)UIButton *youpaipcountBtn; @end NS_ASSUME_NONNULL_END