// // InstituteWebViewController.h // mTLU 2.0 // // Created by Developer on 4/25/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import @interface InstituteWebViewController : UIViewController { @private UIActivityIndicatorView *activity; @private UIWebView *webView; } - (id)initWithURL:(NSString *) urlAddress; @end