#import <UIKit/UIKit.h>

@interface VCMainMenuViewController : UIViewController <UITextFieldDelegate>

@property(nonatomic,retain) IBOutlet UITextField* textWebURL;

@end
