Files
2025-08-08 11:05:33 +08:00

18 lines
378 B
Objective-C
Executable File

//
// MH_ZhuanZengView.h
// MoHuanXingYu
//
// Created by 马方圆 on 2021/5/18.
// Copyright © 2021 MoHuanXingYu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BJOperationAlertUserModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface MH_ZhuanZengView : UIView
@property(nonatomic, strong) BJOperationAlertUserModel *userInfoModel;// 模型
@end
NS_ASSUME_NONNULL_END