CheckAlertViewController.h 490 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  CheckAlertViewController.h
//  XFFruit
//
//  Created by Javen on 2018/4/1.
//  Copyright © 2018年 Xummer. All rights reserved.
//

#import "BaseAlertCardViewController.h"

@interface CheckAlertViewController : BaseAlertCardViewController
//@property (strong, nonatomic) NSString *content;
@property (strong, nonatomic) NSString *text;
@property (copy, nonatomic) void (^blockConfirm)(void);

- (void)configWithContent:(NSString *)content isHasTextField:(BOOL)isHasTextField;
@end