首次提交
This commit is contained in:
20
SweetParty/主类/旧项目依赖(以后调整)/MLMaskView.h
Executable file
20
SweetParty/主类/旧项目依赖(以后调整)/MLMaskView.h
Executable file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// MLMaskView.h
|
||||
// MoHuanXingYu
|
||||
//
|
||||
// Created by aa on 2019/5/29.
|
||||
// Copyright © 2019 MoHuanXingYu. All rights reserved.
|
||||
//
|
||||
|
||||
#import "BaseView.h"
|
||||
|
||||
@interface MLMaskView : BaseView
|
||||
|
||||
@property (nonatomic , copy) void(^determineClickBlock)(void);
|
||||
@property (nonatomic, copy) void(^leftButtonBlock)(void);
|
||||
@property (weak, nonatomic) IBOutlet UIView *bgView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *leftButton;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *rightButton;
|
||||
|
||||
- (void)setLeftButtonString:(NSString *)left rightButton:(NSString *)right promptLB:(NSString *)title maskViewH:(CGFloat )maskViewH;
|
||||
@end
|
||||
Reference in New Issue
Block a user