// // LMSignInSuccessAlertView.h // SweetParty // // Created by Xmac on 2024/8/30. // #import NS_ASSUME_NONNULL_BEGIN @interface LMSignInSuccessAlertView : UIView @property (weak, nonatomic) IBOutlet UILabel *sucTipLabel; @end NS_ASSUME_NONNULL_END