XYQuickMatchTopMatchSuccessView.h 404 B

12345678910111213141516171819202122232425
  1. //
  2. // XYQuickMatchTopMatchSuccessView.h
  3. // Starbuds
  4. //
  5. // Created by gy on 2020/12/4.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface XYQuickMatchTopMatchSuccessView : UIView
  11. - (void)setup;
  12. - (void)reload:(NSMutableArray *)dataArrs;
  13. - (void)clear;
  14. @property (nonatomic, assign) BOOL isViewAppear;
  15. @end
  16. NS_ASSUME_NONNULL_END