PostQues.h 207 B

1234567891011121314151617181920
  1. //提问。
  2. #import <UIKit/UIKit.h>
  3. @interface PostQues : UIViewController
  4. {
  5. BlockTypeVo preFresh;
  6. }
  7. @property(nonatomic,strong)NSString* jxbh;
  8. -(void)preFreshBlock:(void(^)(void))block;
  9. @end