// // ApplyQuit.h // LN_School // // Created by EchoShacolee on 2017/4/20. // Copyright © 2017年 Danson. All rights reserved. // #import <UIKit/UIKit.h> @interface ApplyQuit : UIViewController @property(nonatomic,copy)BlockTypeVo blcok; @end