//
// RootViewController.h
// NearMe
//
// Created by TW on 9/29/12.
// Copyright 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interfaceRootViewController:UIViewController{IBOutletUIWebView*webView;}@property(nonatomic,retain)IBOutletUIWebView*webView;@end