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

17 lines
260 B
Objective-C

//
// LMSignInSuccessAlertView.m
// SweetParty
//
// Created by Xmac on 2024/8/30.
//
#import "LMSignInSuccessAlertView.h"
@implementation LMSignInSuccessAlertView
- (IBAction)closeButtonClick:(UIButton *)sender {
[self removeFromSuperview];
}
@end