// // MerchantEnrollGuideView.h // BuguLive // // Created by qitewei on 2025/8/11. // Copyright © 2025 xfg. All rights reserved. // #import #import "MerchantBaseEnrollContentView.h" NS_ASSUME_NONNULL_BEGIN @interface MerchantEnrollGuideView : MerchantBaseEnrollContentView @property (nonatomic, strong) UIImageView *headerIconImageView; @property (nonatomic, strong) UIImageView *headerImageView; @property (nonatomic, strong) UILabel *textLabel; @property (nonatomic, strong) UILabel *subtitleLabel; @property (nonatomic, strong) UIView *stepsContainerView; @property (nonatomic, strong) UIView *step1View; @property (nonatomic, strong) UIView *step2View; @property (nonatomic, strong) UIView *step3View; @property (nonatomic, strong) UIButton *agreementCheckBox; @property (nonatomic, strong) UILabel *agreementLabel; @property (nonatomic, assign) BOOL isAgreementChecked; @end NS_ASSUME_NONNULL_END