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