TrueLoveButton.h 225 B

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