// // PickTimeV.h // jiaPeiC // // Created by apple on 15/12/24. // Copyright © 2015年 JCZ. All rights reserved. // #import @interface PickTimeV : UIView { MyBlockType clkBlock; } //目前调用的有 PostPlanVC、AddRecordVC 够多就做个枚举类型 @property (nonatomic, copy) NSString *whichVC; -(void)complete:(MyBlockType)comp; -(void)show; @end