Advertisement
Guest User

MTPopupWindow.h

a guest
Mar 11th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //
  2. //
  3. // MTPopupWindow.h
  4. //
  5.  
  6. #import <Foundation/Foundation.h>
  7. #import <QuartzCore/QuartzCore.h>
  8.  
  9. @interface MTPopupWindow : NSObject
  10.  
  11. @property (strong, nonatomic) UIButton *closeBtn;
  12. @property (strong, nonatomic) UIView *bgView;
  13. @property (strong, nonatomic) UIView *bigPanelView;
  14.  
  15. +(void)showWindowWithContent:(NSString*)popupContent insideView:(UIView*)view;
  16.  
  17. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement