YBCenterMoreView.h 261 B

1234567891011121314151617181920
  1. //
  2. // YBCenterMoreView.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2022/6/1.
  6. // Copyright © 2022 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YBCenterMoreView : UIView
  10. +(instancetype)showMoreViewWithSeller:(NSString *)isSeller;
  11. @end