// // GlobalWebController.h // WebviewStuff // // Created by PLUC SeniorDesign on 3/17/15. // Copyright (c) 2015 PLUC SeniorDesign. All rights reserved. // #import @interface GlobalWebController : NSObject { UIWebView *web; } @property(nonatomic, retain) UIWebView *web; +(GlobalWebController*) getInstance; @end