StartLiveTitleBottomView.h 246 B

12345678910111213
  1. //
  2. // StartLiveTitleBottomView.h
  3. // BuguLive
  4. //
  5. // Created by 志刚杨 on 2022/10/18.
  6. // Copyright © 2022 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "BaseXibView.h"
  10. @interface StartLiveTitleBottomView : BaseXibView
  11. @end