| 1234567891011121314151617181920 |
- //
- // YBCenterMoreView.h
- // YBVideo
- //
- // Created by YB007 on 2022/6/1.
- // Copyright © 2022 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface YBCenterMoreView : UIView
- +(instancetype)showMoreViewWithSeller:(NSString *)isSeller;
- @end
|