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