12345678910111213141516171819 |
- //
- // RQVipAlertHeaderCollectionReusableView.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/3/4.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQCommonReusableView.h"
- #import "RQVipAlertHeaderGroupViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQVipAlertHeaderCollectionReusableView : RQCommonReusableView
- @property (weak, nonatomic) IBOutlet UIButton *closeBtn;
- @end
- NS_ASSUME_NONNULL_END
|