Files
yuyin_ios/SweetParty/主类/狸猫新增/签到/LMSignInSuccessAlertView.h
2025-08-08 11:05:33 +08:00

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