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

21 lines
293 B
Objective-C

//
// LMSignInAlertView.h
// SweetParty
//
// Created by Xmac on 2024/8/30.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface LMSignInAlertView : UIView
@property (nonatomic, assign) NSInteger isHome;
@property (nonatomic, strong) id response;
@end
NS_ASSUME_NONNULL_END