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