// // SPGonghuiJoinAlert.h // SweetParty // // Created by bj_szd on 2022/6/29. // #import NS_ASSUME_NONNULL_BEGIN @interface SPGonghuiJoinAlert : UIView @property (weak, nonatomic) IBOutlet UILabel *contentLab; @property (weak, nonatomic) IBOutlet UIButton *confirmBtn; @property (nonatomic, copy) void(^onConfirmBlock)(void); @end NS_ASSUME_NONNULL_END