123456789101112131415161718 |
- //
- // InputPasswordVC.h
- // jiaPei
- //
- // Created by apple on 16/8/31.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface InputPasswordVC : UIViewController
- {
- MyBlockType finishBlock;
- }
- -(void)finishInput:(MyBlockType)block;
- @end
|