VCMainMenuViewController.h 171 B

1234567
  1. #import <UIKit/UIKit.h>
  2. @interface VCMainMenuViewController : UIViewController <UITextFieldDelegate>
  3. @property(nonatomic,strong) IBOutlet UITextField* textWebURL;
  4. @end