123456789101112131415161718 |
- //
- // BindVC.h
- // jiaPeiC
- //
- // Created by apple on 16/8/15.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface BindVC : UIViewController
- {
- BlockTypeVo bindBlock;
- }
- -(void)bindSuccessWithBlock:(BlockTypeVo)aBlock;
- @end
|