12345678910111213141516171819 |
- //
- // YOUPAILZLiveBtn.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/9/6.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveBtn : UIButton
- +(id)sharedInstance:(CGRect)frame;
- @end
- NS_ASSUME_NONNULL_END
|