19 lines
274 B
Objective-C
19 lines
274 B
Objective-C
//
|
|
// LMSignInSuccessAlertView.h
|
|
// SweetParty
|
|
//
|
|
// Created by Xmac on 2024/8/30.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface LMSignInSuccessAlertView : UIView
|
|
|
|
@property (weak, nonatomic) IBOutlet UILabel *sucTipLabel;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|