Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #import <UIKit/UIKit.h>
  2. #import "SlideMessageView.h"
  3. #import "definitions.h"
  4.  
  5.  
  6. @interface MenuButtons : UIView
  7. {
  8. UIButton *onBack;
  9. UIButton *onForward;
  10. UIButton *onRefresh;
  11. UIButton *onHome;
  12. UIButton *onSafari;
  13. UIButton *onChrome;
  14. UIButton *onPocketReader;
  15. UIButton *onSavePDF;
  16. UIButton *onPrint;
  17. UIButton *onShare;
  18.  
  19. SlideMessageView *msgView;
  20.  
  21. BOOL viewVisible;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement