//// JTPopupView.h// JobTalk//// Created by Xummer on 15/1/27.// Copyright (c) 2015年 BST. All rights reserved.//#import "IBTUIView.h"@interfaceJTPopupView:IBTUIView@property(assign,nonatomic)BOOLm_bEnableTapToDismiss;@property(assign,nonatomic)BOOLm_bShowShowInCenter;-(UIView*)backgroundContainer;-(UIView*)blurView;-(void)showInView:(UIView*)view;-(void)dismissPopup;@end