// // JKAlertController.h // Lock // // Created by Jack on 2016/10/15. // Copyright © 2016年 mini1. All rights reserved. // #import typedef BOOL(^textChangeHandler)(UITextField *textField,NSRange changeRange,NSString*string); typedef void(^inputHandler)(NSString *text); @interface JKMessageBoxController : UIViewController @property (nonatomic,copy) textChangeHandler changeHandler; @property (nonatomic,copy) inputHandler textHandler; @property (nonatomic,copy) NSString *yesButtonTitle; @property (nonatomic,strong) UITextField *textFiled;///